Skip to content

Commit

Permalink
fix: update order of steps (#782)
Browse files Browse the repository at this point in the history
Fixes new install of ext if none exists.
Existing should still work.

Wayland - need to still logout/login
  • Loading branch information
jmmaranan committed Dec 23, 2020
1 parent c4c342d commit 425f1e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ disable:
listen:
journalctl -o cat -n 0 -f "$$(which gnome-shell)" | grep -v warning

local-install: depcheck compile install configure enable restart-shell
local-install: depcheck compile install configure restart-shell enable

install:
rm -rf $(INSTALLBASE)/$(INSTALLNAME)
Expand All @@ -100,6 +100,7 @@ restart-shell:
else \
gnome-session-quit --logout; \
fi
sleep 3

update-repository:
git fetch origin
Expand Down

0 comments on commit 425f1e4

Please sign in to comment.