Makefile: chkdb etc. is only called if DESTDIR is empty, so there is no need for...
[iserv-mod-room-reservation.git] / debian / rules
index 3b1e5e8..4b4d190 100755 (executable)
@@ -10,7 +10,7 @@ binary-indep:
        dh_testroot
        dh_clean -k 
        dh_installdirs
-       sudo $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-room-reservation install
+       $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-room-reservation install
        
        dh_testdir
        dh_testroot
This page took 0.024601 seconds and 4 git commands to generate.