repo.or.cz
/
hostap-gosc2009.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dbus: split wpas_dbus_handler_scan() into number of helper functions
[hostap-gosc2009.git]
/
build_nsis.sh
blob
e41bc362ccf2e48f7fabf600f193d373f65679fc
1
#!/bin/sh
2
3
if
[
-d
nsis.
in
];
then
4
/
bin
/
rm
-r
nsis.
in
5
fi
6
7
unzip
-j -d
nsis.
in
$1
8
VER
=
`echo
$1
| sed "s/.*wpa_supplicant-windows-bin-\(.*\).zip/\1/"`
9
10
cat
wpa_supplicant
/
wpa_supplicant.nsi |
11
sed
"s/@WPAVER@/
$VER
/g"
\
12
>
nsis.in
/
wpa_supplicant.nsi
13
14
makensis nsis.in
/
wpa_supplicant.nsi
15
16
/
bin
/
rm
-r
nsis.
in