]> git.pld-linux.org Git - packages/asterisk.git/commitdiff
- no hardpath for awk
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 8 Oct 2005 22:07:38 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asterisk-awk.patch -> 1.1

asterisk-awk.patch [new file with mode: 0644]

diff --git a/asterisk-awk.patch b/asterisk-awk.patch
new file mode 100644 (file)
index 0000000..16552af
--- /dev/null
@@ -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" ]
This page took 0.11755 seconds and 4 git commands to generate.