diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-05 20:07:44 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-05 20:07:44 +0000 |
commit | 08e61c5e6643f5c5810a1560cfa2de760f84ef14 (patch) | |
tree | 4df78205b018412505a619205e43de6764ccd2c4 /openwrt | |
parent | ed7409d61fbe1351c37a0e343b0f101b7047beb4 (diff) | |
download | mtk-20170518-08e61c5e6643f5c5810a1560cfa2de760f84ef14.zip mtk-20170518-08e61c5e6643f5c5810a1560cfa2de760f84ef14.tar.gz mtk-20170518-08e61c5e6643f5c5810a1560cfa2de760f84ef14.tar.bz2 |
fix cups rebuild broken by [2336]
SVN-Revision: 2339
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/cups/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 0644164..8ffa866 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 |