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:
Andreas Stallinger
2015-09-09 16:39:23 +02:00
parent baedc3eed1
commit 4c0d749a39
6 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
/usr/local/share/coati/Coati.sh