make fails if shell is not bash -- I will fix bashisms somewhere in the future
authorRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:01:48 +0000 (04:01 +0100)
committerRoland Hieber <devnull@localhost>
Wed, 25 Feb 2009 03:01:48 +0000 (04:01 +0100)
Makefile
debian/rules

index 3e1bf35..2cc3765 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@
 # THE SOFTWARE.
 #
 
+SHELL=/bin/bash
 INSTALLDIR=/opt/iserv
 LN=ln -f
 RM=rm -rf
index 46f3010..c8b5c3d 100755 (executable)
@@ -20,7 +20,7 @@ binary-indep:
        dh_testdir
        dh_testroot
        dh_installchangelogs 
-       dh_installdocs doc/{changelog.old.html,TODO} doc/source/
+       dh_installdocs doc/changelog.old.html doc/TODO doc/source/
        #dh_installexamples
        ##dh_install
        ##dh_installmenu
This page took 0.031951 seconds and 4 git commands to generate.