diff options
author | Horst Burkhardt <horst@adelielinux.org> | 2024-09-05 18:40:19 +1000 |
---|---|---|
committer | Horst Burkhardt <horst@adelielinux.org> | 2024-09-05 18:40:19 +1000 |
commit | 218ce9b5205fbc767e0af574d17c7f513d0df734 (patch) | |
tree | b11d854bdca7e38dff59867a3bf3ceb4fc571cf1 | |
parent | 9e0cb6349a412293dcdb9801a44c11b7c92b5937 (diff) | |
download | packages-218ce9b5205fbc767e0af574d17c7f513d0df734.tar.gz packages-218ce9b5205fbc767e0af574d17c7f513d0df734.tar.bz2 packages-218ce9b5205fbc767e0af574d17c7f513d0df734.tar.xz packages-218ce9b5205fbc767e0af574d17c7f513d0df734.zip |
bootstrap/classpath-0.93: did you know /usr/info is a place to install docs? no? me neither.
Signed-off-by: Horst Burkhardt <horst@adelielinux.org>
-rw-r--r-- | bootstrap/classpath-0.93/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/classpath-0.93/APKBUILD b/bootstrap/classpath-0.93/APKBUILD index 6227f026f..5ff2b6d3a 100644 --- a/bootstrap/classpath-0.93/APKBUILD +++ b/bootstrap/classpath-0.93/APKBUILD @@ -35,6 +35,7 @@ build() { package() { make DESTDIR="$pkgdir" install + mv "$pkgdir"/usr/info "$pkgdir"/usr/share } sha512sums="69d831361085514bb7c5607fa694914cc01bc9fe589b7744d5534c97d434722193a1b68a336642d0dba9a3b50e9acea0364741790e9f19d196e5956a51c320b0 classpath-0.93.tar.gz |