chown root mcexec

This commit is contained in:
Tomoki Shirasawa
2015-12-15 16:22:14 +09:00
parent 20deed09f0
commit 06a7889e1f

View File

@ -16,5 +16,5 @@ clean:
install:
mkdir -p -m 755 $(BINDIR)
install -m 4755 mcexec $(BINDIR)
install -o root -m 4755 mcexec $(BINDIR)