xbps-devel: use --exec-prefix.
This commit is contained in:
parent
36c21d1f84
commit
8a0895dc80
|
@ -2,9 +2,7 @@
|
||||||
pkgname=xbps-devel
|
pkgname=xbps-devel
|
||||||
version="$(date -u +%Y%m%d)"
|
version="$(date -u +%Y%m%d)"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/ --includedir=/usr/include
|
configure_args="--prefix=/ --exec-prefix=/usr --with-pie"
|
||||||
--datadir=/usr/share --mandir=/usr/share/man --with-pie
|
|
||||||
--pkgconfigdir=/usr/lib/pkgconfig"
|
|
||||||
short_desc="The XBPS package system (development branch)"
|
short_desc="The XBPS package system (development branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="http://code.google.com/p/xbps"
|
||||||
|
|
|
@ -15,6 +15,6 @@ do_install()
|
||||||
{
|
{
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "sbin/*.static" sbin
|
vmove "sbin/*.static" sbin
|
||||||
vmove "lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue