projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776a6be
)
fix haserl/install.
author
Nicolas Thill
<nico@openwrt.org>
Wed, 24 May 2006 07:01:52 +0000
(07:01 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 24 May 2006 07:01:52 +0000
(07:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3822
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/haserl/Makefile
patch
|
blob
|
history
diff --git
a/package/haserl/Makefile
b/package/haserl/Makefile
index
2bb9fc9
..
e6215c9
100644
(file)
--- 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))