aboutsummaryrefslogtreecommitdiff
path: root/extra/coreutils/build
blob: cf4e974a22cfc605b2a48327dd463e59b4830d21 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

export CFLAGS="$CFLAGS -static"

cpt-configure

make
make DESTDIR="$1" install