Update installer

master
Marvin Johanning 2020-04-02 13:52:56 +02:00
parent 57836d9a70
commit a256b7e905
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
make
sudo make install
if [[ ! -e ~/.config/sxiv ]]; then
if [[ ! -d ~/.config/sxiv ]]; then
mkdir -p ~/.config/sxiv
fi