summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-22 22:42:14 +0000
committerdavidovski <david@davidovski.xyz>2021-12-22 22:42:14 +0000
commit1f8792ef2a605288f1e136c6543959cb43775372 (patch)
treede50e98eb6029e6624eb619e07484fc59318c57f /Makefile
parent0adf1018b13646cb5e3222adb2ae73de76f858af (diff)
fixed make file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3fc0592..b485901 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ xi: src/xi.py
install: clean xi xipkg.conf default.conf bin/xi
mkdir -p $(DESTDIR)/etc/xipkg.d/
+ mkdir -p $(DESTDIR)/usr/bin
cp default.conf $(DESTDIR)/etc/xipkg.d/
cp xipkg.conf $(DESTDIR)/etc/xipkg.conf
cp bin/xi $(DESTDIR)/usr/bin/xi