aboutsummaryrefslogtreecommitdiff
path: root/scripts/spmbuild
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 00:22:56 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-24 00:22:56 -0500
commita1e12258e30664e801c82acfb56eb7715e26dc36 (patch)
tree3767c965106f21ba2185fdbdea748b5ed1da0658 /scripts/spmbuild
parent0c70c1a558cda57671e1b103f570db38c3584f3a (diff)
downloadspmc-a1e12258e30664e801c82acfb56eb7715e26dc36.tar.gz
Bootstrap: Ignore or append filesystem package
Diffstat (limited to 'scripts/spmbuild')
-rwxr-xr-xscripts/spmbuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/spmbuild b/scripts/spmbuild
index d608642..d2cae42 100755
--- a/scripts/spmbuild
+++ b/scripts/spmbuild
@@ -387,6 +387,10 @@ if [[ ${#depends[@]} != 0 ]]; then
spm_build_install "${depends[@]}"
fi
+if [[ ${name} != "filesystem" ]]; then
+ depends=(filesystem "${depends[@]}")
+fi
+
pushd "${SPM_BUILD_ROOT}"
msg2 "prepare()"
spm_build_do_stage_prepare
@@ -396,7 +400,6 @@ pushd "${SPM_BUILD_ROOT}"
spm_build_do_stage_package
popd
-
msg "Create package: ${package_final}"
spm_build_do_stage_archive "${package_final}"