2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/core/busybox/build
2019-06-19 10:45:26 +03:00

8 lines
83 B
Bash
Executable File

#!/bin/sh -e
make
make install
# Work around no 'DESTDIR'.
cp -a _install/. "$1"