diff --git a/Makefile b/Makefile index ca5b13c..842b602 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,8 @@ install: install -D -oroot -groot -m0644 conf/z_user.conf /etc/salt/minion.d/z_user.conf install -D -oroot -groot -m0644 conf/overrides.conf /usr/local/etc/salt/minion.d/overrides.conf mkdir -p /srv/user - ln -s $(CURDIR)/salt /srv/user/salt + rm -rf /srv/user/salt + install -D -oroot -groot -m0755 $(CURDIR)/salt /srv/user/ apply: run0 qubesctl top.enable dom0