Fix install rule in makefile
Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
9b6719d86a
commit
c1b42e82b9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
all:
|
all:
|
||||||
|
|
||||||
install:
|
install: all
|
||||||
# install to sbin since script only usable by root
|
# install to sbin since script only usable by root
|
||||||
mkdir -p $(DESTDIR)/usr/sbin
|
mkdir -p $(DESTDIR)/usr/sbin
|
||||||
install -m 755 mkarchiso $(DESTDIR)/usr/sbin
|
install -m 755 mkarchiso $(DESTDIR)/usr/sbin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue