Closed Hjdskes closed 7 years ago
As per my post on the forums[1] and sekret's comment on the AUR package[2]:
The PKGBUILD installs into /usr/local. Use make PREFIX="/usr" DESTDIR="$pkgdir/" install instead.
make PREFIX="/usr" DESTDIR="$pkgdir/" install
As per my post on the forums[1] and sekret's comment on the AUR package[2]:
The PKGBUILD installs into /usr/local. Use
make PREFIX="/usr" DESTDIR="$pkgdir/" install
instead.