mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Update reset_tmpl_vars().
--HG-- extra : convert_revision : e74bf4fec6f8f74cd877e85d1d950880ca329387
This commit is contained in:
parent
4b276a75ac
commit
b011885995
1 changed files with 2 additions and 3 deletions
5
xbps.sh
5
xbps.sh
|
@ -248,9 +248,9 @@ reset_tmpl_vars()
|
||||||
make_env make_build_target configure_script \
|
make_env 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 \
|
postinstall_helpers make_install_target version \
|
||||||
ignore_files tar_override_cmd xml_entries sgml_entries \
|
tar_override_cmd 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 \
|
disable_parallel_build run_depends \
|
||||||
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
XBPS_EXTRACT_DONE XBPS_CONFIGURE_DONE \
|
||||||
XBPS_BUILD_DONE XBPS_INSTALL_DONE"
|
XBPS_BUILD_DONE XBPS_INSTALL_DONE"
|
||||||
|
|
||||||
|
@ -1423,7 +1423,6 @@ stow_pkg()
|
||||||
unstow_pkg()
|
unstow_pkg()
|
||||||
{
|
{
|
||||||
local pkg="$1"
|
local pkg="$1"
|
||||||
local real_xstow_ignore="$xstow_ignore_files"
|
|
||||||
local f=
|
local f=
|
||||||
|
|
||||||
if [ -z "$pkg" ]; then
|
if [ -z "$pkg" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue