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:
@@ -55,9 +55,7 @@ build_src_phase()
|
||||
|
||||
[ -z "$make_cmd" ] && make_cmd=/usr/bin/make
|
||||
|
||||
#
|
||||
# Run pre_build helpers.
|
||||
#
|
||||
# Run pre_build func.
|
||||
run_func pre_build
|
||||
|
||||
[ -n "$XBPS_MAKEJOBS" -a -z "$disable_parallel_build" ] && \
|
||||
@@ -79,12 +77,10 @@ build_src_phase()
|
||||
${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}
|
||||
[ $? -ne 0 ] && msg_error "building $pkg (build phase)."
|
||||
|
||||
unset makejobs
|
||||
# Run post_build func.
|
||||
run_func post_build
|
||||
|
||||
#
|
||||
# Run pre_install helpers.
|
||||
#
|
||||
run_func pre_install
|
||||
unset makejobs
|
||||
|
||||
if [ -z "$in_chroot" ]; then
|
||||
if [ -z "$libtool_fixup_la_stage" \
|
||||
|
||||
Reference in New Issue
Block a user