repo/core/bonsai-coreutils/build
nitori 20476affde
bonsai-coreutils: remove s/+nightly// on rustc.mk
seen this flag used when i last tried to build it, but i guess it works
just fine with it?
2024-01-29 18:54:02 +00:00

7 lines
85 B
Bash
Executable File

#!/bin/sh -e
./configure
make
make PREFIX="$1/usr" install # DESTDIR not supported