wok-next diff upx391/receipt @ rev 20558
openmotif: fix syntax error in receipt
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 07 16:14:50 2018 +0300 (2018-04-07) |
parents | fbd490ef13ef |
children | cd7906120828 |
line diff
1.1 --- a/upx391/receipt Wed Nov 15 14:21:32 2017 +0200 1.2 +++ b/upx391/receipt Sat Apr 07 16:14:50 2018 +0300 1.3 @@ -21,7 +21,7 @@ 1.4 1.5 compile_rules() { 1.6 TARBALL2="$(basename $WGET_URL2)" 1.7 - SRC2="$SOURCES_REPOSITORY/$TARBALL2" 1.8 + SRC2="$SRC/$TARBALL2" 1.9 [ -s "$SRC2" ] || wget -O "$SRC2" "$WGET_URL2" 1.10 tar -xf "$SRC2" 1.11