Install all packages via DESTDIR var and not prefix.
This removes many assignments that were needed before, and fixes some packages to install its manpage/info files. --HG-- extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
This commit is contained in:
parent
d143a6ed7e
commit
3667f039f2
48 changed files with 68 additions and 97 deletions
|
@ -4,8 +4,6 @@ version=4.4.0
|
|||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var/lib/locate"
|
||||
make_install_args="
|
||||
localstatedir=$XBPS_DESTDIR/$pkgname-$version/var/lib/locate"
|
||||
short_desc="The GNU Find Utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=fb108c2959f17baf3559da9b3854495b9bb69fb13309fdd05576c66feb661ea9
|
||||
|
@ -16,7 +14,6 @@ long_desc="
|
|||
locating capabilities to other commands."
|
||||
|
||||
base_chroot=yes
|
||||
|
||||
Add_dependency run glibc
|
||||
|
||||
post_install()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue