This website requires JavaScript.
Explore
Help
Register
Sign In
bonsai
/
repo
Watch
4
Star
0
Fork
0
You've already forked repo
forked from
kiss-community/repo
Code
Issues
28
Pull Requests
2
Projects
Releases
Activity
83c9973ec9
repo
/
core
/
xz
/
build
9 lines
98 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 \
--disable-nls
core: Use xz-utils instead of busybox xz
2019-06-22 01:28:08 -06:00
make
make DESTDIR="$1" install
Reference in New Issue
Copy Permalink