diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
commit | 393ad22147939bc66a67549a41f9c8089047d93b (patch) | |
tree | eb9e6f886aa7896421e0539f79892262ded681f7 /package/haserl/Makefile | |
parent | d1f57a6a03fb3a4566e561b9db03d92cea887aa4 (diff) | |
download | upstream-393ad22147939bc66a67549a41f9c8089047d93b.tar.gz upstream-393ad22147939bc66a67549a41f9c8089047d93b.tar.bz2 upstream-393ad22147939bc66a67549a41f9c8089047d93b.zip |
Uniformize package Makefile, move ipkg related files to ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/haserl/Makefile')
-rw-r--r-- | package/haserl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile index a5c9a98264..e361d4504c 100644 --- a/package/haserl/Makefile +++ b/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) |