Skip to content

Commit

Permalink
Update build_wine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek authored Jun 8, 2020
1 parent 38c6880 commit d5ff846
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build_wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ clear; echo "Compiling 32-bit Wine"
mv "$CHROOT_X64/opt/wine" "$CHROOT_X32/opt"
build_in_chroot 32

clear; echo "Compilation complete"
echo "Compressing Wine..."

mv "$CHROOT_X32/opt/wine-build" "$MAINDIR/wine-$WINE_VERSION-amd64"
mv "$CHROOT_X32/opt/wine32-build" "$MAINDIR/wine-$WINE_VERSION-x86"

Expand All @@ -274,6 +271,10 @@ fi

cd "$MAINDIR"

clear
echo "Compilation complete"
echo "Creating archives..."

tar -cf wine-$WINE_VERSION-amd64.tar wine-$WINE_VERSION-amd64
tar -cf wine-$WINE_VERSION-amd64-nomultilib.tar wine-$WINE_VERSION-amd64-nomultilib
tar -cf wine-$WINE_VERSION-x86.tar wine-$WINE_VERSION-x86
Expand Down

0 comments on commit d5ff846

Please sign in to comment.