mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
libcap: move to usr/bin.
This commit is contained in:
parent
3407b21255
commit
c6419199d8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libcap'
|
# Template file for 'libcap'
|
||||||
pkgname=libcap
|
pkgname=libcap
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=4
|
revision=5
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
makedepends="attr-devel"
|
makedepends="attr-devel"
|
||||||
|
@ -26,7 +26,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} MANDIR=${DESTDIR}/usr/share/man \
|
make DESTDIR=${DESTDIR} MANDIR=${DESTDIR}/usr/share/man \
|
||||||
SBINDIR=${DESTDIR}/usr/sbin LIBDIR=${DESTDIR}/usr/lib \
|
SBINDIR=${DESTDIR}/usr/bin LIBDIR=${DESTDIR}/usr/lib \
|
||||||
RAISE_SETFCAP=no PKGCONFIGDIR=${DESTDIR}/usr/lib/pkgconfig install
|
RAISE_SETFCAP=no PKGCONFIGDIR=${DESTDIR}/usr/lib/pkgconfig install
|
||||||
|
|
||||||
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
|
chmod 755 ${DESTDIR}/usr/lib/libcap.so.*
|
||||||
|
@ -46,7 +46,7 @@ libcap-devel_package() {
|
||||||
libcap-progs_package() {
|
libcap-progs_package() {
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/sbin
|
vmove usr/bin
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue