diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-24 07:01:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-24 07:01:52 +0000 |
commit | 032493e5e5f0d8621bb27669602f9171673d176d (patch) | |
tree | f114e4108f8aaa5f9e2b7f1acb184c71f757883e /package/haserl | |
parent | 776a6bec7931aa8fe0d8804f3601744b710f0ae6 (diff) | |
download | upstream-032493e5e5f0d8621bb27669602f9171673d176d.tar.gz upstream-032493e5e5f0d8621bb27669602f9171673d176d.tar.bz2 upstream-032493e5e5f0d8621bb27669602f9171673d176d.zip |
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/haserl')
-rw-r--r-- | package/haserl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/haserl/Makefile b/package/haserl/Makefile index 2bb9fc9319..e6215c9547 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)) |