summaryrefslogtreecommitdiff
path: root/openwrt/package/haserl
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-18 06:34:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-18 06:34:57 +0000
commitb694678b7489c300252cb2dc4572ddb83f1d90a3 (patch)
treee6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/haserl
parent7710ca63b917c78e34073e47e94f21a68e8fed14 (diff)
downloadmtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.zip
mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.gz
mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.bz2
Uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 665
Diffstat (limited to 'openwrt/package/haserl')
-rw-r--r--openwrt/package/haserl/Makefile4
-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 a5c9a98..e361d45 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 1ab2bda..1ab2bda 100644
--- a/openwrt/package/haserl/haserl.control
+++ b/openwrt/package/haserl/ipkg/haserl.control