diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 13:50:35 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 13:50:35 +0000 |
commit | fa5a1cd307014881a267b0888616364a348532fc (patch) | |
tree | b32747dbdbe897be49d1e5a00cc6269df219fad6 /openwrt/package/cups/Makefile | |
parent | e044a1d708ffbeac5583f10e60dd802d6d52d947 (diff) |
backport symlink fix from whiterussian [2328]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2336 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cups/Makefile')
-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 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 |