diff options
Diffstat (limited to 'makedist')
-rwxr-xr-x | makedist | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,7 +95,7 @@ mkdir "release-windows" | |||
95 | mv "$out" "release-windows/$out-win32" | 95 | mv "$out" "release-windows/$out-win32" |
96 | 96 | ||
97 | cd "release-unix/$out" | 97 | cd "release-unix/$out" |
98 | rm -rf makedist install.bat win32 .travis.yml .gitignore appveyor* .appveyor | 98 | rm -rf makedist smoke_test.sh install.bat win32 .travis.yml .gitignore appveyor* .appveyor |
99 | cd .. | 99 | cd .. |
100 | tar czvpf ../"$out.tar.gz" "$out" | 100 | tar czvpf ../"$out.tar.gz" "$out" |
101 | rm -f ../"$out.tar.gz.asc" | 101 | rm -f ../"$out.tar.gz.asc" |
@@ -103,7 +103,7 @@ cd .. | |||
103 | rm -rf "release-unix" | 103 | rm -rf "release-unix" |
104 | 104 | ||
105 | cd "release-windows/$out-win32" | 105 | cd "release-windows/$out-win32" |
106 | rm -rf makedist Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor | 106 | rm -rf makedist smoke_test.sh Makefile GNUmakefile configure .travis.yml .gitignore test appveyor* .appveyor |
107 | cd .. | 107 | cd .. |
108 | zip -r ../"$out-win32.zip" "$out-win32" | 108 | zip -r ../"$out-win32.zip" "$out-win32" |
109 | rm -f ../"$out-win32.zip.asc" | 109 | rm -f ../"$out-win32.zip.asc" |