]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Stop creating the symlink for the "convert" helper.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 21 Oct 2011 00:58:42 +0000 (00:58 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 21 Oct 2011 00:58:42 +0000 (00:58 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10087 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/Makefile

index 3c7da8e28d502c4f44a9e0df9e10a64edffc5aa6..8a6c2244a4783126409c6f1423c404044d00b5d0 100644 (file)
@@ -215,10 +215,6 @@ install-exec:
        $(INSTALL_DIR) -m 755 $(SBINDIR)
        $(INSTALL_BIN) -m 500 cupsd $(SBINDIR)
        $(INSTALL_BIN) cupsfilter $(SBINDIR)
-       -if test "x`uname`" = xDarwin; then \
-               $(INSTALL_DIR) $(BUILDROOT)/System/Library/Printers/Libraries; \
-               $(LN) $(sbindir)/cupsfilter $(BUILDROOT)/System/Library/Printers/Libraries/convert; \
-       fi
        echo Installing programs in $(SERVERBIN)/daemon...
        $(INSTALL_DIR) -m 755 $(SERVERBIN)
        $(INSTALL_DIR) -m 755 $(SERVERBIN)/daemon