1
0

VERSION var here is not used.

This commit is contained in:
Alexander Andreev 2023-05-13 16:42:11 +04:00
parent 1692c24d03
commit 42c6ce1d95
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -19,7 +19,7 @@ build() {
export GOPATH="$srcdir"/gopath export GOPATH="$srcdir"/gopath
if [ ! -f "$(go env GOPATH)/bin/jade" ]; then if [ ! -f "$(go env GOPATH)/bin/jade" ]; then
make VERSION=$pkgver DESTDIR="$pkgdir/" install-jade make DESTDIR="$pkgdir/" install-jade
fi fi
make VERSION=$pkgver DESTDIR="$pkgdir/" make VERSION=$pkgver DESTDIR="$pkgdir/"