diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-05 13:50:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-05 13:50:35 +0000 |
commit | e888479495f4178d3571e0df2d8fd10766b646c4 (patch) | |
tree | a44884865fbf9e06cbd10db8faeb484e3d26b424 /openwrt | |
parent | 595cf58ff50afaf60a3053560bc2681911519929 (diff) | |
download | mtk-20170518-e888479495f4178d3571e0df2d8fd10766b646c4.zip mtk-20170518-e888479495f4178d3571e0df2d8fd10766b646c4.tar.gz mtk-20170518-e888479495f4178d3571e0df2d8fd10766b646c4.tar.bz2 |
backport symlink fix from whiterussian [2328]
SVN-Revision: 2336
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/cups/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 8f75ba1..0644164 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 |