projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f6faefb
)
make fails if shell is not bash -- I will fix bashisms somewhere in the future
author
Roland Hieber
<devnull@localhost>
Wed, 25 Feb 2009 03:01:48 +0000
(
04:01
+0100)
committer
Roland Hieber
<devnull@localhost>
Wed, 25 Feb 2009 03:01:48 +0000
(
04:01
+0100)
Makefile
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
3e1bf35
..
2cc3765
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-26,6
+26,7
@@
# THE SOFTWARE.
#
# THE SOFTWARE.
#
+SHELL=/bin/bash
INSTALLDIR=/opt/iserv
LN=ln -f
RM=rm -rf
INSTALLDIR=/opt/iserv
LN=ln -f
RM=rm -rf
diff --git
a/debian/rules
b/debian/rules
index
46f3010
..
c8b5c3d
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-20,7
+20,7
@@
binary-indep:
dh_testdir
dh_testroot
dh_installchangelogs
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
#dh_installexamples
##dh_install
##dh_installmenu
This page took
0.028339 seconds
and
4
git commands to generate.