make install: chown files to root
This commit is contained in:
parent
8399bc9737
commit
6806a90b38
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -11,6 +11,7 @@ install: all
|
||||||
mkdir -p "$(DATADIR)"
|
mkdir -p "$(DATADIR)"
|
||||||
mv src/antigrav "$(PREFIX)"/bin/
|
mv src/antigrav "$(PREFIX)"/bin/
|
||||||
cp data/* "$(DATADIR)"/
|
cp data/* "$(DATADIR)"/
|
||||||
|
chown -R root:root "$(PREFIX)"/bin/antigrav "$(DATADIR)"/
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf "$(DATADIR)"
|
rm -rf "$(DATADIR)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue