summaryrefslogtreecommitdiffstats
path: root/src/oh-installfiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-installfiles.sh')
-rw-r--r--src/oh-installfiles.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/oh-installfiles.sh b/src/oh-installfiles.sh
index befcd59..bd871e2 100644
--- a/src/oh-installfiles.sh
+++ b/src/oh-installfiles.sh
@@ -55,7 +55,8 @@ main()
[ -e "${file}" -o -L "${file}" ] || continue
file="${file#${dir}}"
mkdir -p "${pkg}.data/${file%/?*}"
- # TODO: If file, ln file. If dir, recursively mkdir and ln.
+ # TODO: If file, ln file. If dir, recursively
+ # mkdir and ln.
mv "${PWD}/${dir}/${file}" "${pkg}.data/${file}"
done
done <"../${pkg}.pkg/files"