summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-05 13:50:35 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-05 13:50:35 +0000
commite888479495f4178d3571e0df2d8fd10766b646c4 (patch)
treea44884865fbf9e06cbd10db8faeb484e3d26b424 /openwrt
parent595cf58ff50afaf60a3053560bc2681911519929 (diff)
downloadmtk-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/Makefile2
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