7a65d71e93
A cross-platform printing solution for Unix environments, based on the "Internet Printing Protocol, IPP". ok alek@
18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
--- systemv/Makefile.orig Wed Aug 11 16:10:22 2004
|
|
+++ systemv/Makefile Sun Nov 7 15:24:10 2004
|
|
@@ -77,10 +77,10 @@ install: all
|
|
$(INSTALL_BIN) lp $(BINDIR)
|
|
$(INSTALL_BIN) lpoptions $(BINDIR)
|
|
$(INSTALL_BIN) lpstat $(BINDIR)
|
|
- -$(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR)
|
|
- if test ! -x $(BINDIR)/lppasswd; then \
|
|
- chmod 755 $(BINDIR)/lppasswd; \
|
|
- fi
|
|
+# -$(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR)
|
|
+# if test ! -x $(BINDIR)/lppasswd; then \
|
|
+# chmod 755 $(BINDIR)/lppasswd; \
|
|
+# fi
|
|
|
|
|
|
#
|