[svn-commits] tzafrir: branch 1.2 r3109 - in /branches/1.2: ./ build_tools/ contrib/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 4 09:25:30 CDT 2007


Author: tzafrir
Date: Thu Oct  4 09:25:30 2007
New Revision: 3109

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3109
Log:
nstall_prereq is not a build script. Move it under contrib/ .

(It is a new script, so this change also oges into 1.2)

Added:
    branches/1.2/contrib/
    branches/1.2/contrib/install_prereq
      - copied unchanged from r3103, branches/1.2/build_tools/install_prereq
Removed:
    branches/1.2/build_tools/install_prereq
Modified:
    branches/1.2/README

Modified: branches/1.2/README
URL: http://svn.digium.com/view/zaptel/branches/1.2/README?view=diff&rev=3109&r1=3108&r2=3109
==============================================================================
--- branches/1.2/README (original)
+++ branches/1.2/README Thu Oct  4 09:25:30 2007
@@ -47,15 +47,15 @@
 You will need a matching kernel source tree and a working Linux build 
 system. Some of the programs require some additional libraries.
 
-The script build_tools/install_prereq should help you install the
+The script contrib/install_prereq should help you install the
 required packages. To see what it suggests, run:
 
-  build_tools/install_prereq test
+  contrib/install_prereq test
 
 You can either copy/paste that code to a terminal to run it, or just
 run:
 
-  build_tools/install_prereq test
+  contrib/install_prereq test
 
 
 Kernel Source / "Headers"




More information about the svn-commits mailing list