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:
Juan RP
2009-03-18 10:02:43 +01:00
parent d143a6ed7e
commit 3667f039f2
48 changed files with 68 additions and 97 deletions

View File

@@ -3,8 +3,8 @@ pkgname=coreutils
version=7.1
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
--disable-acl --enable-install-program=hostname --without-gmp
configure_args="--disable-acl --enable-install-program=hostname
--bindir=/bin --without-gmp
ac_cv_header_selinux_flask_h=no ac_cv_header_selinux_selinux_h=no
ac_cv_header_selinux_context_h=no ac_cv_search_setfilecon=no"
configure_env="PERL=/usr/bin/perl"