aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-11-15 09:30:34 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-11-15 09:30:34 +0200
commit3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03 (patch)
treeded02b6ed599a8f37164f20c7ff5391ed8123b6a /install.sh
parent1349977100fb53d3b7e9a3722755d4e2321f9521 (diff)
downloadarching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.gz
arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.tar.bz2
arching-kaos-tools-3dab40bb8dcfb2c4fffaf4ea9827114f40a1ef03.zip
Settings directory properly set up during installation now
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 21325f2..7a62c81 100755
--- a/install.sh
+++ b/install.sh
@@ -121,6 +121,7 @@ fi
if [ ! -d $AK_CONFIGDIR ] ; then mkdir $AK_CONFIGDIR ;fi
if [ ! -d $AK_BINDIR ]; then mkdir $AK_BINDIR ;fi
+if [ ! -d $AK_SETTINGS ]; then mkdir $AK_SETTINGS ;fi
if [ ! -d $AK_LIBDIR ]; then mkdir $AK_LIBDIR ;fi
if [ ! -d $AK_MODULESDIR ]; then mkdir $AK_MODULESDIR ;fi
if [ ! -d $AK_ZBLOCKDIR ]; then mkdir $AK_ZBLOCKDIR ;fi