diff options
author | davidovski <david@davidovski.xyz> | 2022-04-28 11:49:40 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-28 11:49:40 +0100 |
commit | 69a4d1ed1f133523fd9d4920b93b272194f5ae80 (patch) | |
tree | 53552170084a7d05294bb1352b313848275d4383 /Makefile | |
parent | 534ab7fc386021e227e3fb2ea2902af6a75159a1 (diff) |
fixed install script and checking for root
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |