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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user