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"