diff options
author | Horst Burkhardt <horst@adelielinux.org> | 2024-09-05 14:30:42 +1000 |
---|---|---|
committer | Horst Burkhardt <horst@adelielinux.org> | 2024-09-05 14:30:42 +1000 |
commit | 9e0cb6349a412293dcdb9801a44c11b7c92b5937 (patch) | |
tree | a464886f5d1d246cea2938c3f27f56970baed6c0 /bootstrap/classpath-0.93/APKBUILD | |
parent | 4c9ed66acd6b73b60ba92fd63d38a7effc25d0c2 (diff) | |
download | packages-9e0cb6349a412293dcdb9801a44c11b7c92b5937.tar.gz packages-9e0cb6349a412293dcdb9801a44c11b7c92b5937.tar.bz2 packages-9e0cb6349a412293dcdb9801a44c11b7c92b5937.tar.xz packages-9e0cb6349a412293dcdb9801a44c11b7c92b5937.zip |
bootstrap/classpath-0.93: classpath doesn't understand paths, so the APKBUILD is helping it
Signed-off-by: Horst Burkhardt <horst@adelielinux.org>
Diffstat (limited to 'bootstrap/classpath-0.93/APKBUILD')
-rw-r--r-- | bootstrap/classpath-0.93/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bootstrap/classpath-0.93/APKBUILD b/bootstrap/classpath-0.93/APKBUILD index 871825b90..6227f026f 100644 --- a/bootstrap/classpath-0.93/APKBUILD +++ b/bootstrap/classpath-0.93/APKBUILD @@ -28,12 +28,13 @@ build() { --disable-gjdoc \ --bindir=/usr/libexec/classpath \ --with-glibj-dir=/usr/share/classpath \ - --includedir=/usr/include/classpath - make DESTDIR="$pkgdir"/usr + --includedir=/usr/include/classpath \ + --prefix=/usr + make DESTDIR="$pkgdir" } package() { - make DESTDIR="$pkgdir"/usr install + make DESTDIR="$pkgdir" install } sha512sums="69d831361085514bb7c5607fa694914cc01bc9fe589b7744d5534c97d434722193a1b68a336642d0dba9a3b50e9acea0364741790e9f19d196e5956a51c320b0 classpath-0.93.tar.gz |