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-12-22 23:30:05 -07:00
Code
Issues
Wiki
e8c8795755
repo
/
core
/
busybox
/
build
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
puke: fix set -e bug
2019-05-14 14:05:50 -06:00
#!/bin/sh -e
added busybox
2019-05-14 05:02:11 -06:00
make
make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"
Copy Permalink