diff options
Diffstat (limited to 'openwrt/package/haserl')
-rw-r--r-- | openwrt/package/haserl/Makefile | 4 | ||||
-rw-r--r-- | openwrt/package/haserl/ipkg/haserl.control (renamed from openwrt/package/haserl/haserl.control) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/haserl/Makefile b/openwrt/package/haserl/Makefile index a5c9a98264..e361d4504c 100644 --- a/openwrt/package/haserl/Makefile +++ b/openwrt/package/haserl/Makefile @@ -60,9 +60,9 @@ $(PKG_INSTALL_DIR)/usr/bin/haserl: $(PKG_BUILD_DIR)/.built install $(PKG_IPK): $(PKG_INSTALL_DIR)/usr/bin/haserl - $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + $(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) ./ipkg/$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(PKG_IPK_DIR)/usr/bin - cp -fp $(PKG_INSTALL_DIR)/usr/bin/haserl $(PKG_IPK_DIR)/usr/bin/ + cp -fpR $(PKG_INSTALL_DIR)/usr/bin/haserl $(PKG_IPK_DIR)/usr/bin/ $(STRIP) $(PKG_IPK_DIR)/usr/bin/* $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) diff --git a/openwrt/package/haserl/haserl.control b/openwrt/package/haserl/ipkg/haserl.control index 1ab2bdad5b..1ab2bdad5b 100644 --- a/openwrt/package/haserl/haserl.control +++ b/openwrt/package/haserl/ipkg/haserl.control |