diff options
Diffstat (limited to 'openwrt/package/cups/Makefile')
-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 9b84234bf..714689fb9 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -85,6 +85,7 @@ $(PKG_IPK): $(PKG_IPK_DIR)/usr/sbin/cupsd $(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/cgi-bin/* $(STRIP) $(PKG_IPK_DIR)/usr/lib/cups/daemon/* cp -a ./files/* $(PKG_IPK_DIR)/ + find $(PKG_IPK_DIR) -name CVS | xargs rm -rf $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) source: $(DL_DIR)/$(PKG_SOURCE) |