symlink was backwards
This commit is contained in:
Jake Guffey 2012-06-14 14:40:40 -04:00
parent c8fa79d053
commit d0b96e22d4
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ cat <<EOF
fi
if [ ! -d "${jaildir}/home" ]; then
SAVE=\$PWD; cd ${jaildir}/base
ln -s "home" "usr/home"
ln -s usr/home home
cd \$SAVE; unset SAVE
fi
fi