X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e593f00fc1336aa9e68e7758a48062ae186eaa01..a3c9e2fe7a4ff8242cdcdeec5f76f0988359aed7:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 2180df3b3..4f2cbf106 100644 --- a/package/Makefile +++ b/package/Makefile @@ -85,6 +85,7 @@ $(curdir)/rootfs-prepare: $(TMP_DIR)/.build @-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf @-find $(TARGET_DIR) -name .svn | $(XARGS) rm -rf @-find $(TARGET_DIR) -name '.#*' | $(XARGS) rm -f + rm -f $(TARGET_DIR)/usr/lib/opkg/info/*.postinst $(if $(CONFIG_CLEAN_IPKG),rm -rf $(TARGET_DIR)/usr/lib/opkg) $(call mklibs)