projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace find call with perl code
[openwrt.git]
/
package
/
wificonf
/
Makefile
diff --git
a/package/wificonf/Makefile
b/package/wificonf/Makefile
index
5e5c667
..
5fbaf05
100644
(file)
--- a/
package/wificonf/Makefile
+++ b/
package/wificonf/Makefile
@@
-22,6
+22,6
@@
define Build/Compile
endef
define Package/wificonf/install
- install -d -m0755 $(
IDIR_WIFICONF
)/sbin
- install -m0755 $(PKG_BUILD_DIR)/wifi $(
IDIR_WIFICONF
)/sbin/
+ install -d -m0755 $(
1
)/sbin
+ install -m0755 $(PKG_BUILD_DIR)/wifi $(
1
)/sbin/
endef
This page took
0.020979 seconds
and
4
git commands to generate.