diff options
Diffstat (limited to 'deskutils/kooldock/files/patch-cvs')
-rw-r--r-- | deskutils/kooldock/files/patch-cvs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/kooldock/files/patch-cvs b/deskutils/kooldock/files/patch-cvs new file mode 100644 index 000000000000..82c122e57922 --- /dev/null +++ b/deskutils/kooldock/files/patch-cvs @@ -0,0 +1,18 @@ +--- admin/cvs.sh.orig 2007-12-16 10:18:48.000000000 +0100 ++++ admin/cvs.sh 2007-12-16 10:18:48.000000000 +0100 +@@ -1,4 +1,4 @@ +-#! /bin/sh ++#! /usr/local/bin/bash + # + # cvs.sh + # +@@ -7,6 +7,9 @@ + # and then does a case to call the correct function. + + unset MAKEFLAGS ++AUTOCONF=autoconf ++AUTOHEADER=autoheader ++AUTOMAKE=automake + + call_and_fix_autoconf() + { |