projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move wlcompat from target/linux/package/ to package/.
[openwrt.git]
/
package
/
haserl
/
Makefile
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))
This page took
0.019684 seconds
and
4
git commands to generate.