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
2 changed files with 5 additions and 13 deletions
|
@ -88,8 +88,8 @@ stow_pkg_real()
|
||||||
|
|
||||||
# Copy files into masterdir.
|
# Copy files into masterdir.
|
||||||
for i in $(echo *); do
|
for i in $(echo *); do
|
||||||
[ "$i" = "XBPS_PREPOST_INSTALL" ] && continue
|
[ "$i" = "INSTALL" ] && continue
|
||||||
cp -ar ${i} $XBPS_MASTERDIR
|
cp -a ${i} $XBPS_MASTERDIR
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -102,14 +102,6 @@ stow_pkg_real()
|
||||||
fi
|
fi
|
||||||
$XBPS_REGPKGDB_CMD $regpkgdb_flags register \
|
$XBPS_REGPKGDB_CMD $regpkgdb_flags register \
|
||||||
$pkg $version "$short_desc" || exit 1
|
$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 \
|
patch_files make_cmd base_package base_chroot \
|
||||||
make_build_target configure_script \
|
make_build_target configure_script \
|
||||||
pre_configure pre_build pre_install post_install \
|
pre_configure pre_build pre_install post_install \
|
||||||
postinstall_helpers make_install_target version \
|
make_install_target version \
|
||||||
tar_override_cmd xml_entries sgml_entries \
|
xml_entries sgml_entries \
|
||||||
build_depends libtool_fixup_la_stage no_fixup_libtool \
|
build_depends libtool_fixup_la_stage no_fixup_libtool \
|
||||||
disable_parallel_build run_depends cross_compiler \
|
disable_parallel_build run_depends cross_compiler \
|
||||||
only_for_archs patch_args conf_files keep_dirs \
|
only_for_archs patch_args conf_files keep_dirs \
|
||||||
install_priority noarch subpackages sourcepkg \
|
install_priority noarch subpackages sourcepkg \
|
||||||
abi_depends api_depends \
|
abi_depends api_depends triggers \
|
||||||
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
||||||
XBPS_BUILD_DONE XBPS_INSTALL_DONE FILESDIR DESTDIR \
|
XBPS_BUILD_DONE XBPS_INSTALL_DONE FILESDIR DESTDIR \
|
||||||
SRCPKGDESTDIR"
|
SRCPKGDESTDIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue