From 97c9a8d72271152cf71373b9c7fbdc6036b92e89 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 10 Jun 2009 19:02:58 +0000 Subject: Import changes from CUPS 1.4svn-r8704. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1556 a1ca3aef-8c08-0410-bb20-df032aa958be --- cgi-bin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cgi-bin') diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile index b51b4c06c..7b1abb6f9 100644 --- a/cgi-bin/Makefile +++ b/cgi-bin/Makefile @@ -158,8 +158,9 @@ install-libs: $(INSTALLSTATIC) installstatic: $(INSTALL_DIR) -m 755 $(LIBDIR) - $(INSTALL_LIB) libcupscgi.a $(LIBDIR) + $(INSTALL_LIB) -m 755 libcupscgi.a $(LIBDIR) $(RANLIB) $(LIBDIR)/libcupscgi.a + $(CHMOD) 555 $(LIBDIR)/libcupscgi.a # -- cgit v1.2.3