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
|
@ -6,8 +6,7 @@ distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
|
|||
build_style=gnu_configure
|
||||
configure_args="--disable-werror --enable-shared --enable-multilib
|
||||
--enable-64-bit-bfd"
|
||||
make_install_target="tooldir=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
install prefix=$XBPS_DESTDIR/$pkgname-$version/usr"
|
||||
make_install_args="tooldir=/usr"
|
||||
short_desc="GNU binary utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3e8225b4d7ace0a2039de752e11fd6922d3b89a7259a292c347391c4788739f6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue