Blob Blame History Raw
--- orig-1.0.9/tools/sudo/Makefile	2009-04-10 09:14:20.000000000 +0200
+++ curr-1.0.9-1/tools/sudo/Makefile	2009-07-17 11:03:54.716132089 +0200
@@ -34,8 +34,10 @@
 
 
 install : FORCE
+ifndef PACKAGE_BUILD
 	@echo Root password is required
 	@su root -c "chown root:root $(TARGETS); chmod +s $(TARGETS)"
+endif
 
 clean :
 	@$(RM) $(TARGETS) *.o $(SHTARGETS) *~