VERSION isn't used in an install make target.
This commit is contained in:
parent
f4bbfad9a9
commit
af5bafea5c
@ -30,5 +30,5 @@ build() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" install
|
make DESTDIR="$pkgdir" PREFIX="/usr" install
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user