From: Nicolas Thill Date: Sat, 5 Nov 2005 13:50:35 +0000 (+0000) Subject: backport symlink fix from whiterussian [2328] X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e888479495f4178d3571e0df2d8fd10766b646c4;p=librecmc%2Flibrecmc.git backport symlink fix from whiterussian [2328] SVN-Revision: 2336 --- diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 8f75ba17a3..0644164629 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -73,6 +73,8 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_CUPS): install -d -m0755 $(IDIR_CUPS)/etc/cups cp -fpR $(PKG_INSTALL_DIR)/etc/cups/* $(IDIR_CUPS)/etc/cups/ + rm -rf $(IDIR_CUPS)/etc/cups/certs + ln -sf /tmp $(IDIR_CUPS)/etc/cups/certs install -d -m0755 $(IDIR_CUPS)/usr/bin cp -fpR $(PKG_INSTALL_DIR)/usr/bin/* $(IDIR_CUPS)/usr/bin/ rm -f $(IDIR_CUPS)/usr/bin/cups-config