summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorLars Müller2006-12-18 12:09:39 +0100
committerLars Müller2006-12-18 12:09:39 +0100
commit24471bf545e1bf26d8876decf3ffc16d0f99fe24 (patch)
tree97f8923bf24fcf3b8f6e63662d178ba0217abc0b /installer
parentAllow install_prereq_packages to handle debs. (diff)
downloadcore-24471bf545e1bf26d8876decf3ffc16d0f99fe24.tar.gz
core-24471bf545e1bf26d8876decf3ffc16d0f99fe24.tar.xz
core-24471bf545e1bf26d8876decf3ffc16d0f99fe24.zip
Allow download of multiple prerequired packages.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@568 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxossetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index c759c01f..a004c3e5 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -84,7 +84,7 @@ function install_prereq_packages()
pushd "${SLX_PACKAGE_DOWNLOAD_PATH}" >/dev/null
smart --data-dir="${SLX_METADATA_PATH}" \
download \
- "${SLX_BASE_PREREQ_PACKAGES}"
+ ${SLX_BASE_PREREQ_PACKAGES}
popd >/dev/null
test -d "${SLX_STAGE1_PATH}" || \