1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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