projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed9470
)
Makefile: chkdb etc. was only run if DESTDIR was not set, but it should have been...
author
rohieb
<devnull@localhost>
Wed, 23 Jul 2008 15:02:27 +0000
(17:02 +0200)
committer
rohieb
<devnull@localhost>
Wed, 23 Jul 2008 15:02:27 +0000
(17:02 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
5ddf5b6
..
2a58b8b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-86,7
+86,7
@@
sourcedoc:
\r
# install everything
\r
install: sourcedoc links
\r
-ifdef $(DESTDIR)
\r
+if
n
def $(DESTDIR)
\r
# only useful if sql data is in the right place
\r
chmod g+w $(DESTDIR)/usr/share/iserv/www/inc/mod_room-reservation/config.inc
\r
chgrp www-data $(DESTDIR)/usr/share/iserv/www/inc/mod_room-reservation/config.inc
\r
This page took
0.025712 seconds
and
4
git commands to generate.