From: Nicolas Thill Date: Sat, 5 Nov 2005 20:07:44 +0000 (+0000) Subject: fix cups rebuild broken by [2336] X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0ae0d03eb9dd61bd1210305fa787c0975ae2fd09;p=15.05%2Fopenwrt.git fix cups rebuild broken by [2336] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2339 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 0644164629..8ffa8665fb 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -71,6 +71,7 @@ $(PKG_BUILD_DIR)/.built: touch $@ $(IPKG_CUPS): + rm -rf $(IDIR_CUPS)/etc/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