diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-02 23:17:48 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-02 23:17:48 -0600 |
commit | d193b171b60008868a5dea02073cfa2305b6d01f (patch) | |
tree | b88994dcfa6007f67a6c8666caf97ad2db2a8f51 | |
parent | 79492b46f6200764468bbb199e7e46cfe0c4a17e (diff) | |
download | portable-2.1.4.tar.gz portable-2.1.4.tar.bz2 portable-2.1.4.zip |
Add '-windows' to windows binary archive.v2.1.4
-rwxr-xr-x | dist-win.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-win.sh b/dist-win.sh index e5f15b8..d600b97 100755 --- a/dist-win.sh +++ b/dist-win.sh | |||
@@ -4,7 +4,7 @@ set -e | |||
4 | 4 | ||
5 | export PATH=/cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio\ 12.0/VC/bin:$PATH | 5 | export PATH=/cygdrive/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio\ 12.0/VC/bin:$PATH |
6 | VERSION=`cat VERSION` | 6 | VERSION=`cat VERSION` |
7 | DIST=libressl-$VERSION | 7 | DIST=libressl-$VERSION-windows |
8 | 8 | ||
9 | rm -fr $DIST | 9 | rm -fr $DIST |
10 | mkdir -p $DIST | 10 | mkdir -p $DIST |