fix directory not existing
This commit is contained in:
parent
f622fb056c
commit
f0705756ea
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
PKGNAME=deploy-arch-repo
|
||||
|
||||
install:
|
||||
mkdir -p $(DESTDIR)/usr/bin
|
||||
cp deploy-arch-repo $(DESTDIR)/usr/bin
|
||||
|
||||
install -Dm644 "LICENSE" $(DESTDIR)/usr/share/licenses/${PKGNAME}/LICENSE
|
||||
|
|
Loading…
Reference in a new issue