gtksourceview3: Fix variable.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-04-27 22:40:29 +07:00
parent 669ee8e396
commit dbb6257950
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://download.gnome.org/sources/$SRCNAM/3.24/$PRGNAM-$VERSION.tar.xz
wget -c https://download.gnome.org/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}