summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-04-28 11:49:40 +0100
committerdavidovski <david@davidovski.xyz>2022-04-28 11:49:40 +0100
commit69a4d1ed1f133523fd9d4920b93b272194f5ae80 (patch)
tree53552170084a7d05294bb1352b313848275d4383 /Makefile
parent534ab7fc386021e227e3fb2ea2902af6a75159a1 (diff)
fixed install script and checking for root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d021790..62de696 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ install: install-config
install -m755 ${SOURCE}/xi.sh ${DESTDIR}${PREFIX}/bin/xi
git describe --always > ${DESTDIR}${PREFIX}/lib/xipkg/VERSION
-install-config:
+install-config:
mkdir -p $(DESTDIR)${CONFDIR}/xipkg.d/
cp default.conf $(DESTDIR)${CONFDIR}/xipkg.d/
cp xipkg.conf $(DESTDIR)${CONFDIR}/xipkg.conf