This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-11-15 11:10:08 -07:00
Code
Issues
Wiki
9347913fc6
repo
/
core
/
xz
/
build
10 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
core: Use xz-utils instead of busybox xz
2019-06-22 01:28:08 -06:00
#!/bin/sh -e
./configure \
xz: Disable nls
2020-04-18 23:36:48 -06:00
--prefix=/usr \
xz: disable docs (READMEs and such)
2021-07-06 05:30:58 -06:00
--disable-doc \
xz: Disable nls
2020-04-18 23:36:48 -06:00
--disable-nls
core: Use xz-utils instead of busybox xz
2019-06-22 01:28:08 -06:00
make
xz: update for new env
2021-07-15 05:59:08 -06:00
make install
Copy Permalink