mint-y-theme: Use variable instead of hard coded commit ID.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-08-06 11:03:30 +07:00
parent b7ddd3d4a6
commit ba8e3b3cdc
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -36,7 +36,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://github.com/linuxmint/mint-y-theme/archive/660ab557e89006759c848c66b6b5174f2c6c566d.zip
wget -c https://github.com/linuxmint/mint-y-theme/archive/$COMMITVER.zip
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}