aboutsummaryrefslogtreecommitdiff
path: root/scripts/spmbuild
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-06-07 01:54:20 -0400
committerGitHub <noreply@github.com>2020-06-07 01:54:20 -0400
commitbd83a3adb8cf3455f6515a6527f2d1293dd08ca1 (patch)
tree17b6aa92a38d92876cf6254c85b4e991005c889c /scripts/spmbuild
parent9be2ab9a7578eb9f4f0d784267504cde379282ee (diff)
parent36aa0989cda8fe658bc5b1d2079a20100112c41a (diff)
downloadspmc-bd83a3adb8cf3455f6515a6527f2d1293dd08ca1.tar.gz
Merge pull request #45 from jhunkeler/manfests-runtime
Diffstat (limited to 'scripts/spmbuild')
-rwxr-xr-xscripts/spmbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/spmbuild b/scripts/spmbuild
index 17f4e21..27819fd 100755
--- a/scripts/spmbuild
+++ b/scripts/spmbuild
@@ -249,7 +249,7 @@ function spm_build_mkprefixtext() {
}
function spm_build_mkmanifest() {
- ${SPM} --yes --cmd mkmanifest "$1" "$2"
+ ${SPM} --yes --cmd mkmanifest $@
}
function spm_build_mkruntime() {
@@ -448,7 +448,7 @@ spm_build_declare_metadata
if [[ ! -d "${package_target}" ]]; then
mkdir -p ${package_target}
- spm_build_mkmanifest "${package_target}" "${package_target}"
+ spm_build_mkmanifest "${package_target}"
fi
msg2 "Downloading source files..."
@@ -494,7 +494,7 @@ msg "Create package: ${package_final}"
spm_build_do_stage_archive "${package_final}"
msg "Update manifest"
-spm_build_mkmanifest "${package_target}" "${package_target}"
+spm_build_mkmanifest "${package_target}"
msg "Clean"
spm_build_cleanup