diff options
Diffstat (limited to 'openwrt/package/postgresql')
-rw-r--r-- | openwrt/package/postgresql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile index 5a06a9054b..15ef2570d6 100644 --- a/openwrt/package/postgresql/Makefile +++ b/openwrt/package/postgresql/Makefile @@ -30,6 +30,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 |