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"