Remove $postinstall_helpers and $tar_override_cmd.
These were used in the NetBSD days... not now. --HG-- extra : convert_revision : 3c3f4de397389cec1ea1326f39bded7a93173c39
This commit is contained in:
parent
faacfde259
commit
5862f23e6f
|
@ -88,8 +88,8 @@ stow_pkg_real()
|
|||
|
||||
# Copy files into masterdir.
|
||||
for i in $(echo *); do
|
||||
[ "$i" = "XBPS_PREPOST_INSTALL" ] && continue
|
||||
cp -ar ${i} $XBPS_MASTERDIR
|
||||
[ "$i" = "INSTALL" ] && continue
|
||||
cp -a ${i} $XBPS_MASTERDIR
|
||||
done
|
||||
|
||||
#
|
||||
|
@ -102,14 +102,6 @@ stow_pkg_real()
|
|||
fi
|
||||
$XBPS_REGPKGDB_CMD $regpkgdb_flags register \
|
||||
$pkg $version "$short_desc" || exit 1
|
||||
|
||||
#
|
||||
# Run template postinstall helpers if requested.
|
||||
#
|
||||
for i in ${postinstall_helpers}; do
|
||||
local pihf="$XBPS_HELPERSDIR/$i"
|
||||
[ -f "$pihf" ] && . $pihf
|
||||
done
|
||||
}
|
||||
|
||||
#
|
||||
|
|
|
@ -64,13 +64,13 @@ reset_tmpl_vars()
|
|||
patch_files make_cmd base_package base_chroot \
|
||||
make_build_target configure_script \
|
||||
pre_configure pre_build pre_install post_install \
|
||||
postinstall_helpers make_install_target version \
|
||||
tar_override_cmd xml_entries sgml_entries \
|
||||
make_install_target version \
|
||||
xml_entries sgml_entries \
|
||||
build_depends libtool_fixup_la_stage no_fixup_libtool \
|
||||
disable_parallel_build run_depends cross_compiler \
|
||||
only_for_archs patch_args conf_files keep_dirs \
|
||||
install_priority noarch subpackages sourcepkg \
|
||||
abi_depends api_depends \
|
||||
abi_depends api_depends triggers \
|
||||
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
||||
XBPS_BUILD_DONE XBPS_INSTALL_DONE FILESDIR DESTDIR \
|
||||
SRCPKGDESTDIR"
|
||||
|
|
Loading…
Reference in New Issue
Block a user