]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/Makefile
Import changes from CUPS 1.4svn-r8704.
[thirdparty/cups.git] / cgi-bin / Makefile
index b51b4c06c5efb55a90ddd8bc412178735f6208ca..7b1abb6f9943918b21f5642fdf1d1dac82373f18 100644 (file)
@@ -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
 
 
 #