[zaptel-commits] tzafrir: branch 1.4 r3113 - in /branches/1.4: ./ build_tools/ contrib/
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Oct 4 13:06:47 CDT 2007
Author: tzafrir
Date: Thu Oct 4 13:06:47 2007
New Revision: 3113
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3113
Log:
* install_prereq is not a build script. Move it to main directory
(which is our scripts directory).
* Don't run/print install command when there's nothing to install.
* Fix install_prereq command in README .
Merged revisions 3109-3112 via svnmerge from
http://svn.digium.com/svn/zaptel/branches/1.2
Added:
branches/1.4/install_prereq
- copied unchanged from r3112, branches/1.2/install_prereq
Removed:
branches/1.4/build_tools/install_prereq
branches/1.4/contrib/
Modified:
branches/1.4/ (props changed)
branches/1.4/README
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=3113&r1=3112&r2=3113
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Thu Oct 4 13:06:47 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 install_prereq should help you install the
required packages. To see what it suggests, run:
- build_tools/install_prereq test
+ ./install_prereq test
You can either copy/paste that code to a terminal to run it, or just
run:
- build_tools/install_prereq test
+ ./install_prereq install
Kernel Source / "Headers"
More information about the zaptel-commits
mailing list