diff --git a/lain b/lain index 2d67c39..c7000b7 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 2d67c3962019c47529f357a3c347288c905257b2 +Subproject commit c7000b78cf6087308bcd8624cb03febaac0b3d29 diff --git a/switch-theme.sh b/switch-theme.sh index 7dca09c..68c4625 100755 --- a/switch-theme.sh +++ b/switch-theme.sh @@ -30,11 +30,11 @@ n_themes=$(themes) | wc -l .SILENT : all all: $(DESTDIR) - cd $(DESTDIR) && \ - echo -n $(git pull)#"Already up-to-date."; \ - git submodule init ; \ - git submodule update; \ - $(swap_dialog) + cd $(DESTDIR) && \ + echo -n $(git pull)#"Already up-to-date."; \ + git submodule init ; \ + git submodule update; \ + $(swap_dialog) $(DESTDIR): git clone https://github.com/${PROJECT}.git $@