diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 20:07:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-05 20:07:44 +0000 |
commit | 6bd59ac61266de3a2c453e7246eed0780e3000c1 (patch) | |
tree | d62f332aca3bf6d39842ca5b1e8de98a50658780 | |
parent | dac5185869f25cd3c081651c24558fb940b24699 (diff) |
fix cups rebuild broken by [2336]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2339 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/cups/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile index 0644164629..8ffa8665fb 100644 --- a/package/cups/Makefile +++ b/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 |