summaryrefslogtreecommitdiff
path: root/repo/system/gzip.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/gzip.xibuild')
-rw-r--r--repo/system/gzip.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/gzip.xibuild b/repo/system/gzip.xibuild
index 7831021..5697a4f 100644
--- a/repo/system/gzip.xibuild
+++ b/repo/system/gzip.xibuild
@@ -9,5 +9,8 @@ DESC="GNU compression utilities"
build () {
./configure --prefix=/usr
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}