eceb8e9c0faff3cfebe3d2e6d7ba33bf958d1a68
[packages.git] / net / cups / patches / 130-no_chown.patch
1 diff -urN cups-1.3.7/systemv/Makefile cups-1.3.7.new/systemv/Makefile
2 --- cups-1.3.7/systemv/Makefile 2007-07-11 23:46:42.000000000 +0200
3 +++ cups-1.3.7.new/systemv/Makefile     2008-07-13 16:15:46.000000000 +0200
4 @@ -70,7 +70,7 @@
5         $(INSTALL_BIN) lp $(BINDIR)
6         $(INSTALL_BIN) lpoptions $(BINDIR)
7         $(INSTALL_BIN) lpstat $(BINDIR)
8 -       $(INSTALL_BIN) -m 4755 -o root lppasswd $(BINDIR) || $(INSTALL_BIN) lppasswd $(BINDIR)
9 +       $(INSTALL_BIN) lppasswd $(BINDIR)
10         if test "x$(SYMROOT)" != "x"; then \
11                 $(INSTALL_DIR) $(SYMROOT); \
12                 for file in $(TARGETS); do \