summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Müller2006-12-15 23:20:59 +0100
committerLars Müller2006-12-15 23:20:59 +0100
commitad96da09b33c6014594545dfad1a6a8939291692 (patch)
tree26da52b7084d7677f5c352e05cbffbbec6570236
parentOnly unpack the packages we have in SLX_BASE_PREREQ_PACKAGES. Here is (diff)
downloadcore-ad96da09b33c6014594545dfad1a6a8939291692.tar.gz
core-ad96da09b33c6014594545dfad1a6a8939291692.tar.xz
core-ad96da09b33c6014594545dfad1a6a8939291692.zip
Remove bogus extra " in front of the file name.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@548 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xinstaller/slxossetup4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index a330ab6f..14811739 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -115,8 +115,8 @@ function slxossetup_rpm_suse()
dest_path=${suffix%__*}
dest_path="${dest_path//__//}"
dest_file="${suffix//__//}"
- test -d ""${SLX_STAGE1_PATH}/${dest_path}" || \
- mkdir ""${SLX_STAGE1_PATH}/${dest_path}"
+ test -d "${SLX_STAGE1_PATH}/${dest_path}" || \
+ mkdir "${SLX_STAGE1_PATH}/${dest_path}"
cp -p "${file}" "${SLX_STAGE1_PATH}/${dest_file}"
chown root: "${SLX_STAGE1_PATH}/${dest_file}"
done