mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/apk-tools: install library under /usr/lib
APK is not a requirement to boot the system. So there's no need to have it under /lib Relates https://gitlab.alpinelinux.org/alpine/tsc/-/issues/73
This commit is contained in:
parent
8f27da0395
commit
0a35389adb
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=apk-tools
|
pkgname=apk-tools
|
||||||
pkgver=2.14.4
|
pkgver=2.14.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Alpine Package Keeper - package manager for alpine"
|
pkgdesc="Alpine Package Keeper - package manager for alpine"
|
||||||
arch="all"
|
arch="all"
|
||||||
url="https://gitlab.alpinelinux.org/alpine/apk-tools"
|
url="https://gitlab.alpinelinux.org/alpine/apk-tools"
|
||||||
@ -54,7 +54,7 @@ check() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" LUA="$_lua" install
|
make LIBDIR="/usr/lib" DESTDIR="$pkgdir" LUA="$_lua" install
|
||||||
install -d "$pkgdir"/lib/apk/db \
|
install -d "$pkgdir"/lib/apk/db \
|
||||||
"$pkgdir"/lib/apk/exec \
|
"$pkgdir"/lib/apk/exec \
|
||||||
"$pkgdir"/etc/apk/keys \
|
"$pkgdir"/etc/apk/keys \
|
||||||
@ -86,8 +86,7 @@ static() {
|
|||||||
|
|
||||||
luaapk() {
|
luaapk() {
|
||||||
pkgdesc="Lua module for apk-tools"
|
pkgdesc="Lua module for apk-tools"
|
||||||
mkdir -p "$subpkgdir"/usr/
|
amove usr/lib/lua
|
||||||
mv "$pkgdir"/usr/lib "$subpkgdir"/usr/lib/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
Loading…
Reference in New Issue
Block a user