mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix extra dot.
This commit is contained in:
@@ -56,9 +56,9 @@ function install_basic_dir {
|
||||
DESTDIR="${2}"
|
||||
find "${SRCDIR}" -type f -print | \
|
||||
while read file ; do
|
||||
TARGET="${2}/.${file#${SRCDIR}/}"
|
||||
TARGET="${2}/${file#${SRCDIR}/}"
|
||||
mkdir -p `dirname "${TARGET}"`
|
||||
ln -s -f "${file}" "${TARGET}"
|
||||
echo ln -s -f "${file}" "${TARGET}"
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user