summaryrefslogtreecommitdiff
path: root/repo/system/xz/xz.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/xz/xz.xibuild')
-rw-r--r--repo/system/xz/xz.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/xz/xz.xibuild b/repo/system/xz/xz.xibuild
index a1d4e17..9c1f849 100644
--- a/repo/system/xz/xz.xibuild
+++ b/repo/system/xz/xz.xibuild
@@ -9,7 +9,7 @@ DESC="Tools for the lzma and xz compression formats"
build () {
- ./autogen.sh
+ autoreconf -fi
./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-$PKG_VER
make
}