testing/cc65: fix install dir

build with PREFIX=/usr and install with PREFIX="$pkgdir/usr"
This commit is contained in:
omni 2024-08-12 00:07:35 +00:00
parent 82c90a81f8
commit c2a512dade

View File

@ -12,7 +12,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/cc65/cc65/archive/V$pkgver.t
build() {
# the build system does not work in parallel
make -j1
PREFIX=/usr make -j1
}
check() {
@ -21,7 +21,7 @@ check() {
}
package() {
PREFIX="$pkgdir" make install
PREFIX="$pkgdir/usr" make install
}
sha512sums="