build: linux package fix
some linux package fixes and now there is a package option in the build.sh script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ ! -d "~/.config/coati" ]; then
|
||||
if [ ! -d "${HOME}/.config/coati" ]; then
|
||||
# Control will enter here if $DIRECTORY doesn't exist.
|
||||
cp -r /usr/local/share/coati/.config/coati ~/.config/coati
|
||||
cp -r /usr/local/share/coati/.config/coati ${HOME}/.config/coati
|
||||
echo "First start of Coati from this user, copy default configfiles to ~/.config/coati"
|
||||
fi
|
||||
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/usr/local/share/coati/Coati.sh
|
||||
Reference in New Issue
Block a user