summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-24 07:01:52 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-24 07:01:52 +0000
commitfe20d5fa6ebf13c5e8b05bb3b5962aa37a1e34e5 (patch)
treef114e4108f8aaa5f9e2b7f1acb184c71f757883e /package
parentd8743007265652e3c65c5809b5ab853b96196f31 (diff)
fix haserl/install.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/haserl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile
index 2bb9fc931..e6215c954 100644
--- a/package/haserl/Makefile
+++ b/package/haserl/Makefile
@@ -24,7 +24,7 @@ endef
define Package/haserl/install
install -m0755 -d $(1)/usr/bin
- install -m0755 $(PKG_INSTALL_DIR)/usr/bin/haserl $(1)/usr/bin/
+ install -m0755 $(PKG_BUILD_DIR)/src/haserl $(1)/usr/bin/
endef
$(eval $(call BuildPackage,haserl))