1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 11:11:20 +02:00

fix cups rebuild broken by [2336]

SVN-Revision: 2339
This commit is contained in:
Nicolas Thill 2005-11-05 20:07:44 +00:00
parent ed7409d61f
commit 08e61c5e66

@ -71,6 +71,7 @@ $(PKG_BUILD_DIR)/.built:
touch $@ touch $@
$(IPKG_CUPS): $(IPKG_CUPS):
rm -rf $(IDIR_CUPS)/etc/cups
install -d -m0755 $(IDIR_CUPS)/etc/cups install -d -m0755 $(IDIR_CUPS)/etc/cups
cp -fpR $(PKG_INSTALL_DIR)/etc/cups/* $(IDIR_CUPS)/etc/cups/ cp -fpR $(PKG_INSTALL_DIR)/etc/cups/* $(IDIR_CUPS)/etc/cups/
rm -rf $(IDIR_CUPS)/etc/cups/certs rm -rf $(IDIR_CUPS)/etc/cups/certs