diff options
Diffstat (limited to 'openwrt/package/pcre/Makefile')
-rw-r--r-- | openwrt/package/pcre/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/pcre/Makefile b/openwrt/package/pcre/Makefile index 2ff549237..e6f32b1a6 100644 --- a/openwrt/package/pcre/Makefile +++ b/openwrt/package/pcre/Makefile @@ -25,6 +25,7 @@ $(PKG_BUILD_DIR)/ipkg/rules: $(DL_DIR)/$(PKG_SOURCE_FILE) $(PKG_SOURCE_CAT) $(DL_DIR)/$(PKG_SOURCE_FILE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - # $(PATCH) $(PKG_BUILD_DIR) ./patches cp -fpR ./ipkg $(PKG_BUILD_DIR)/ + find $(PKG_BUILD_DIR) -name CVS | xargs rm -rf chmod a+x $(PKG_BUILD_DIR)/ipkg/rules touch $(PKG_BUILD_DIR)/ipkg/rules |