2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-23 07:40:11 -07:00
repo/core/busybox/build

8 lines
83 B
Plaintext
Raw Normal View History

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