diff options
author | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-18 09:56:56 +0100 |
commit | 4cfc98e1be889f359613a54010b67e13c673e4ab (patch) | |
tree | 085c6f015955435d1138078984a897491b1b1e37 /repo/system/xz/xz.xibuild | |
parent | da500224f138f6d4800d248c24228987a0a149de (diff) | |
parent | dccab9b94dcfc5e040647210ba22b9cc4bddc742 (diff) |
Merge branch 'master' of git.cheetah.remote:xilinux/buildfiles
Diffstat (limited to 'repo/system/xz/xz.xibuild')
-rw-r--r-- | repo/system/xz/xz.xibuild | 2 |
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 } |