changed install file enumeration

This commit is contained in:
pyr0ball 2023-04-26 01:41:41 -07:00
parent 8439abd6dd
commit 3aa5761f6c

View file

@ -288,8 +288,8 @@ userinstall(){
# Copy bashrc scripts to home folder
#cp -r ${rundir}/lib/skel/* $HOME/
for file in `find ${rundir}/lib/skel/ -print` ; do
install-file $file $HOME
for file in "$rundir"/lib/skel/* ; do
install-dir $file $HOME
done
# Check for dependent applications and warn user if any are missing