]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/Makefile
Import changes from CUPS 1.4svn-r8704.
[thirdparty/cups.git] / ppdc / Makefile
index fb383706db392527e33174dbfa3d77040187c53d..524426541fa46127334bf3702d1a594bf2649e21 100644 (file)
@@ -182,8 +182,9 @@ install-libs: $(INSTALLSTATIC)
 
 installstatic:
        $(INSTALL_DIR) -m 755 $(LIBDIR)
-       $(INSTALL_LIB) libcupsppdc.a $(LIBDIR)
+       $(INSTALL_LIB) -m 755 libcupsppdc.a $(LIBDIR)
        $(RANLIB) $(LIBDIR)/libcupsppdc.a
+       $(CHMOD) 555 $(LIBDIR)/libcupsppdc.a
 
 
 #