projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199edbd
)
iw: fix build on musl host
author
RISCi_ATOM
<bob@bobcall.me>
Tue, 28 Nov 2017 23:17:39 +0000
(18:17 -0500)
committer
RISCi_ATOM
<bob@bobcall.me>
Fri, 1 Dec 2017 17:42:31 +0000
(12:42 -0500)
package/network/utils/iw/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iw/Makefile
b/package/network/utils/iw/Makefile
index a578ddc98c03bc45c18ffc7bbf2f9ad3b8918c81..9b3c12becabfed1e0ff8fcbbcb19d7eed2996723 100644
(file)
--- a/
package/network/utils/iw/Makefile
+++ b/
package/network/utils/iw/Makefile
@@
-30,8
+30,7
@@
endef
define Build/Configure
echo "const char iw_version[] = \"$(PKG_VERSION)\";" > $(PKG_BUILD_DIR)/version.c
- rm -f $(PKG_BUILD_DIR)/version.sh
- touch $(PKG_BUILD_DIR)/version.sh
+ echo "#!/bin/sh" > $(PKG_BUILD_DIR)/version.sh
chmod +x $(PKG_BUILD_DIR)/version.sh
endef