summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-12 18:29:17 +0000
committerdavidovski <david@davidovski.xyz>2022-01-12 18:29:17 +0000
commitd78700abae93c771a49f000b0f2ef4260784076f (patch)
treef2c11f8bca32ed8d29b1721a4f9e0d190c53d203 /Makefile
parent7cc1490eab3c339bf976437c27ced4b9599e0523 (diff)
added files command to list all files of a package
extended functionality of the info command to list all installed without argument
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ed8c86b..35739e7 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ install: clean xi xipkg.conf default.conf bin/xi
mkdir -p $(DESTDIR)/usr/bin
cp default.conf $(DESTDIR)/etc/xipkg.d/
cp xipkg.conf $(DESTDIR)/etc/xipkg.conf
+ rm $(DESTDIR)/usr/bin/xi
cp bin/xi $(DESTDIR)/usr/bin/xipkg
ln -s /usr/bin/xipkg $(DESTDIR)/usr/bin/xi