From 08e61c5e6643f5c5810a1560cfa2de760f84ef14 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 5 Nov 2005 20:07:44 +0000 Subject: [PATCH] fix cups rebuild broken by [2336] SVN-Revision: 2339 --- openwrt/package/cups/Makefile | 1 + 1 file changed, 1 insertion(+) 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