SOURCES: asterisk-awk.patch (NEW) - no hardpath for awk
arekm
arekm at pld-linux.org
Sun Oct 9 00:07:43 CEST 2005
Author: arekm Date: Sat Oct 8 22:07:43 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- no hardpath for awk
---- Files affected:
SOURCES:
asterisk-awk.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/asterisk-awk.patch
diff -u /dev/null SOURCES/asterisk-awk.patch:1.1
--- /dev/null Sun Oct 9 00:07:43 2005
+++ SOURCES/asterisk-awk.patch Sun Oct 9 00:07:38 2005
@@ -0,0 +1,12 @@
+diff -urbB asterisk-1.0.9.org/editline/makelist asterisk-1.0.9/editline/makelist
+--- asterisk-1.0.9.org/editline/makelist 2002-11-27 06:04:06.000000000 +0100
++++ asterisk-1.0.9/editline/makelist 2005-10-09 00:06:41.642346000 +0200
+@@ -39,7 +39,7 @@
+
+ # makelist.sh: Automatically generate header files...
+
+-AWK=/usr/bin/awk
++AWK=awk
+ USAGE="Usage: $0 -h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
+
+ if [ "x$1" = "x" ]
================================================================
More information about the pld-cvs-commit
mailing list