]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / systemv / Makefile
index 0e22d8faefe357ce453d033efe2da582a4607357..6a88179782872d22c323ff5fd740bc05db8113dc 100644 (file)
@@ -1,9 +1,9 @@
 #
-# "$Id: Makefile 4999 2006-01-26 23:36:22Z mike $"
+# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $"
 #
 #   System V commands makefile for the Common UNIX Printing System (CUPS).
 #
-#   Copyright 1997-2005 by Easy Software Products, all rights reserved.
+#   Copyright 1997-2006 by Easy Software Products, all rights reserved.
 #
 #   These coded instructions, statements, and computer programs are the
 #   property of Easy Software Products and are protected by Federal
@@ -59,7 +59,7 @@ depend:
 #
 
 install:       all
-       $(INSTALL_DIR) $(SBINDIR)
+       $(INSTALL_DIR) -m 755 $(SBINDIR)
        $(INSTALL_BIN) accept $(SBINDIR)
        $(RM) $(SBINDIR)/reject
        $(LN) accept $(SBINDIR)/reject
@@ -67,7 +67,7 @@ install:      all
        $(INSTALL_BIN) lpadmin $(SBINDIR)
        $(INSTALL_BIN) lpinfo $(SBINDIR)
        $(INSTALL_BIN) lpmove $(SBINDIR)
-       $(INSTALL_DIR) $(BINDIR)
+       $(INSTALL_DIR) -m 755 $(BINDIR)
        $(INSTALL_BIN) cancel $(BINDIR)
        $(INSTALL_BIN) cupstestppd $(BINDIR)
        $(RM) $(SBINDIR)/cupsdisable
@@ -191,5 +191,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 4999 2006-01-26 23:36:22Z mike $".
+# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $".
 #