summaryrefslogtreecommitdiff
path: root/repo/xi/xipkg.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-18 15:13:04 +0000
committerdavidovski <david@davidovski.xyz>2022-01-18 15:13:04 +0000
commit7cba274993b84784e623c095abad15beb0d99c94 (patch)
treee0cddc5c96199da8b5300433e677dae88c49e3d7 /repo/xi/xipkg.xibuild
parentcd060a147fa95471a3af8ff508a25c715cddd399 (diff)
fixed missing package typos
Diffstat (limited to 'repo/xi/xipkg.xibuild')
-rw-r--r--repo/xi/xipkg.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/xi/xipkg.xibuild b/repo/xi/xipkg.xibuild
index f18745f..e79fe31 100644
--- a/repo/xi/xipkg.xibuild
+++ b/repo/xi/xipkg.xibuild
@@ -7,5 +7,8 @@ DESC="The xilinux package manager"
build () {
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}