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 | ac340857e0ad4a9c31e4d15b7eb51aca49a2984c (patch) | |
tree | 4251444dbfc1ec2240a7b8f8cc5f63e74d9ad231 /package/cups | |
parent | da7e87b4cdd0f50d641c358964e46d1275570ef3 (diff) | |
download | upstream-ac340857e0ad4a9c31e4d15b7eb51aca49a2984c.tar.gz upstream-ac340857e0ad4a9c31e4d15b7eb51aca49a2984c.tar.bz2 upstream-ac340857e0ad4a9c31e4d15b7eb51aca49a2984c.zip |
backport symlink fix from whiterussian [2328]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cups')
-rw-r--r-- | package/cups/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile index 8f75ba17a3..0644164629 100644 --- a/package/cups/Makefile +++ b/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 |