2021-07-07 13:48:44 +03:00
|
|
|
wget -O ${temp_location}/xz/xz.tar.gz https://tukaani.org/xz/xz-5.2.5.tar.gz
|
|
|
|
tar -xf ${temp_location}/xz/xz.tar.gz
|
|
|
|
cd ${temp_location}/xz/xz
|
2021-07-04 21:28:36 +03:00
|
|
|
./configure --prefix=/usr --disable-nls
|
|
|
|
make
|
|
|
|
make install DESTDIR="$1"
|