summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxibuild/build_all.sh3
-rwxr-xr-xxibuild/make_infos.sh2
2 files changed, 1 insertions, 4 deletions
diff --git a/xibuild/build_all.sh b/xibuild/build_all.sh
index 2a1c0be..0faeb53 100755
--- a/xibuild/build_all.sh
+++ b/xibuild/build_all.sh
@@ -24,12 +24,11 @@ run_postinstall () {
done
rmdir $postinstall
fi
-
}
# install a single package if it is present
#
-# $1: the exported .xipkg file
+# arg: the exported .xipkg file
#
install_package () {
printf "${INFO}${TABCHAR}install "
diff --git a/xibuild/make_infos.sh b/xibuild/make_infos.sh
index 4817e6a..08035a5 100755
--- a/xibuild/make_infos.sh
+++ b/xibuild/make_infos.sh
@@ -60,6 +60,4 @@ for pkg in $(ls "$XIB_EXPORT"/repo/*/*.xipkg); do
sign $pkg >> $info_file
list_line $pkg >> "$XIB_EXPORT"/repo/$repo/packages.list
echo "Enlisted $name to $info_file"
-
-
done