X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=berkeley%2FMakefile;h=6f438cda39e26e8257ae0f1d3d6bc2db35209832;hp=454f6d657534f75315dedac1ff900fe144a2fd26;hb=bd7854cb4d663bb0e561eaf5b01bbd47baa71d22;hpb=4400e98de24bd267328aa20d57951fb6678297fe diff --git a/berkeley/Makefile b/berkeley/Makefile index 454f6d657..6f438cda3 100644 --- a/berkeley/Makefile +++ b/berkeley/Makefile @@ -1,9 +1,9 @@ # -# "$Id: Makefile 4494 2005-02-18 02:18:11Z mike $" +# "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $" # # Berkeley 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 @@ -56,11 +56,11 @@ depend: # install: all - $(INSTALL_DIR) $(BINDIR) + $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_BIN) lpq $(BINDIR) $(INSTALL_BIN) lpr $(BINDIR) $(INSTALL_BIN) lprm $(BINDIR) - $(INSTALL_DIR) $(SBINDIR) + $(INSTALL_DIR) -m 755 $(SBINDIR) $(INSTALL_BIN) lpc $(SBINDIR) @@ -108,5 +108,5 @@ include Dependencies # -# End of "$Id: Makefile 4494 2005-02-18 02:18:11Z mike $". +# End of "$Id: Makefile 5065 2006-02-03 16:55:30Z mike $". #