xbps: move to usr/bin.
This commit is contained in:
parent
8a85be17ba
commit
a89111b6c0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xbps'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.44.1
|
version=0.44.1
|
||||||
revision=6
|
revision=7
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
@ -31,7 +31,7 @@ do_fetch() {
|
||||||
do_configure() {
|
do_configure() {
|
||||||
CFLAGS+=" -Wno-error=redundant-decls"
|
CFLAGS+=" -Wno-error=redundant-decls"
|
||||||
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug \
|
HAVE_VASPRINTF=1 ./configure --prefix=/usr --sysconfdir=/etc --enable-debug \
|
||||||
${CHROOT_READY:+--enable-tests}
|
--sbindir=/usr/bin ${CHROOT_READY:+--enable-tests}
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue
Block a user