projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
716ccae
)
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)
SVN-Revision: 3822
openwrt/package/haserl/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/haserl/Makefile
b/openwrt/package/haserl/Makefile
index 2bb9fc93198d74d91a1941023eac3ae3d0253d90..e6215c9547f8b6db4eebaf4c81018d7f368cc5c6 100644
(file)
--- a/
openwrt/package/haserl/Makefile
+++ b/
openwrt/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))