Makefile: chkdb etc. was only run if DESTDIR was not set, but it should have been...
authorrohieb <devnull@localhost>
Wed, 23 Jul 2008 15:02:27 +0000 (17:02 +0200)
committerrohieb <devnull@localhost>
Wed, 23 Jul 2008 15:02:27 +0000 (17:02 +0200)
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
+ifndef $(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.034094 seconds and 4 git commands to generate.