how-lix-os-pkgs/busybox/default/inst.sh

5 lines
71 B
Bash
Executable File

#!/bin/sh
make CONFIG_PREFIX="/" install
chmod -v 4755 "/bin/busybox"