wip: replace symlink with install
This commit is contained in:
parent
19d789f7f4
commit
783c343390
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -61,7 +61,7 @@ install:
|
|||
install -D -oroot -groot -m0644 conf/overrides.conf /usr/local/etc/salt/minion.d/overrides.conf
|
||||
mkdir -p /srv/user
|
||||
rm -rf /srv/user/salt
|
||||
install -D -oroot -groot -m0755 $(CURDIR)/salt /srv/user/
|
||||
install -D -oroot -groot -m0755 $(CURDIR)/salt /srv/user/salt
|
||||
|
||||
apply:
|
||||
run0 qubesctl top.enable dom0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue