build: update botan paths
botan has new paths on linux build, debug - release fix on linux
This commit is contained in:
@@ -12,7 +12,7 @@ COATI_PATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
#setup data folder
|
||||
if [ ! -d "${HOME}/.config/coati" ]; then
|
||||
# Control will enter here if $DIRECTORY doesn't exist.
|
||||
mkdir ${HOME}/.config/coati
|
||||
mkdir -p ${HOME}/.config/coati
|
||||
cp $COATI_PATH/user/* ${HOME}/.config/coati/
|
||||
echo "First start of Coati from this user, copy default configfiles to ~/.config/coati"
|
||||
fi
|
||||
|
||||
@@ -13,7 +13,7 @@ COATI_PATH="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
echo $COATI_PATH
|
||||
if [ ! -d "${HOME}/.config/coatitrial" ]; then
|
||||
# Control will enter here if $DIRECTORY doesn't exist.
|
||||
mkdir ${HOME}/.config/coatitrial
|
||||
mkdir -p ${HOME}/.config/coatitrial
|
||||
cp $COATI_PATH/user/* ${HOME}/.config/coatitrial/
|
||||
echo "First start of Coati from this user, copy default configfiles to ~/.config/coati"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user