From: Nicolas Thill Date: Sat, 5 Nov 2005 19:18:12 +0000 (+0000) Subject: fix cups rebuild broken by [2328] X-Git-Tag: whiterussian_rc4~71 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6416d6163ddc924eef0db5866f230727d1c2795e;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix cups rebuild broken by [2328] SVN-Revision: 2338 --- diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index e1bab4fd46..635ac5cde3 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