2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/core/busybox/build

8 lines
83 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-14 11:02:11 +00:00
make
make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"