From b8a11146da7496bfa0394e557762dd481f2c0c61 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 4 Jul 2021 15:52:59 +0300 Subject: coreutils: move to community --- community/coreutils/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 community/coreutils/build (limited to 'community/coreutils/build') diff --git a/community/coreutils/build b/community/coreutils/build new file mode 100755 index 00000000..206a476a --- /dev/null +++ b/community/coreutils/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export CFLAGS="$CFLAGS -static" + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install -- cgit v1.2.3