diff options
author | davidovski <david@davidovski.xyz> | 2021-12-07 18:53:39 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-07 18:53:39 +0000 |
commit | 3dc9c4a100e3f02c7412817dc26cac05beeace5e (patch) | |
tree | 65fd72d79fc385f62dd24bd32de46d3191e72ca7 /repo/core/xz.xibuild | |
parent | 4ca57ff5066511cbe0e18a6297cc56f9037aee9a (diff) |
fixed problems with installing to home
Diffstat (limited to 'repo/core/xz.xibuild')
-rw-r--r-- | repo/core/xz.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |