changed install file enumeration
This commit is contained in:
parent
8439abd6dd
commit
3aa5761f6c
1 changed files with 2 additions and 2 deletions
|
|
@ -288,8 +288,8 @@ userinstall(){
|
||||||
|
|
||||||
# Copy bashrc scripts to home folder
|
# Copy bashrc scripts to home folder
|
||||||
#cp -r ${rundir}/lib/skel/* $HOME/
|
#cp -r ${rundir}/lib/skel/* $HOME/
|
||||||
for file in `find ${rundir}/lib/skel/ -print` ; do
|
for file in "$rundir"/lib/skel/* ; do
|
||||||
install-file $file $HOME
|
install-dir $file $HOME
|
||||||
done
|
done
|
||||||
|
|
||||||
# Check for dependent applications and warn user if any are missing
|
# Check for dependent applications and warn user if any are missing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue