summaryrefslogtreecommitdiff
path: root/openwrt/package/haserl
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:34:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:34:57 +0000
commit72d1969f67c376a8513904705f9ac0febe07f991 (patch)
treee6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/haserl
parent818f981f7736524e5da3bc287471245e8bab8d68 (diff)
Uniformize package Makefile, move ipkg related files to ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@665 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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