Makefile: chkdb etc. is only called if DESTDIR is empty, so there is no need for...
[iserv-mod-room-reservation.git] / Makefile
index 6abcb9d..b4a19c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,11 @@ sourcedoc:
 \r
 # install everything\r
 install: sourcedoc links\r
+ifeq($(DESTDIR),) # only useful if sql data is in the right place\r
        chkdb -r\r
        chkpriv\r
        chklocale\r
+endif\r
 \r
 # uninstalling\r
 uninstall:\r
This page took 0.022543 seconds and 4 git commands to generate.