From 3dc9c4a100e3f02c7412817dc26cac05beeace5e Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 7 Dec 2021 18:53:39 +0000 Subject: fixed problems with installing to home --- repo/core/xz.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/xz.xibuild') diff --git a/repo/core/xz.xibuild b/repo/core/xz.xibuild index d57d72a..9a21225 100644 --- a/repo/core/xz.xibuild +++ b/repo/core/xz.xibuild @@ -8,7 +8,7 @@ DESC="a selection of programs for compressing and decompressing files with the l build () { ./autogen.sh - ./configure --prefix=/usr --disable-static --docdir=$PKG_DEST/usr/share/doc/xz-5.2.5 + ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/xz-5.2.5 make make check make DESTDIR=$PKG_DEST install -- cgit v1.2.1