diff options
Diffstat (limited to 'extra/coreutils/build')
-rwxr-xr-x | extra/coreutils/build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/coreutils/build b/extra/coreutils/build deleted file mode 100755 index 206a476a..00000000 --- a/extra/coreutils/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -export CFLAGS="$CFLAGS -static" - -./configure \ - --prefix=/usr - -make -make DESTDIR="$1" install |