summaryrefslogtreecommitdiff
path: root/repo/system/xz.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/xz.xibuild')
-rw-r--r--repo/system/xz.xibuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/repo/system/xz.xibuild b/repo/system/xz.xibuild
index bf48653..5d04634 100644
--- a/repo/system/xz.xibuild
+++ b/repo/system/xz.xibuild
@@ -12,7 +12,12 @@ build () {
./autogen.sh
./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-$PKG_VER
make
+}
+
+check () {
make check
- make DESTDIR=$PKG_DEST install
}
+package () {
+ make DESTDIR=$PKG_DEST install
+}