Skip to content

Commit 425f1e4

Browse files
authored
fix: update order of steps (#782)
Fixes new install of ext if none exists. Existing should still work. Wayland - need to still logout/login
1 parent c4c342d commit 425f1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ disable:
7575
listen:
7676
journalctl -o cat -n 0 -f "$$(which gnome-shell)" | grep -v warning
7777

78-
local-install: depcheck compile install configure enable restart-shell
78+
local-install: depcheck compile install configure restart-shell enable
7979

8080
install:
8181
rm -rf $(INSTALLBASE)/$(INSTALLNAME)
@@ -100,6 +100,7 @@ restart-shell:
100100
else \
101101
gnome-session-quit --logout; \
102102
fi
103+
sleep 3
103104

104105
update-repository:
105106
git fetch origin

0 commit comments

Comments
 (0)