fixed issue with functions install
This commit is contained in:
parent
2996561195
commit
5b44dbc96c
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ userinstall(){
|
|||
fi
|
||||
|
||||
# Copy functions first
|
||||
install-file ${rundir}/functions ${installdir}/functions
|
||||
install-file ${rundir}/PRbL/functions ${installdir}/functions
|
||||
|
||||
# Copy bashrc scripts to home folder
|
||||
#cp -r ${rundir}/lib/skel/* $HOME/
|
||||
|
|
|
|||
Loading…
Reference in a new issue