aboutsummaryrefslogtreecommitdiff
path: root/community/coreutils/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-04 15:52:59 +0300
committerCem Keylan <cem@ckyln.com>2021-07-04 15:52:59 +0300
commitb8a11146da7496bfa0394e557762dd481f2c0c61 (patch)
tree8e2e9a9a59f321521a44aae17058ea95b98ec28c /community/coreutils/build
parentd3a05618908e42c5d9799fd17cdee84a4d364d70 (diff)
downloadrepository-b8a11146da7496bfa0394e557762dd481f2c0c61.tar.gz
coreutils: move to community
Diffstat (limited to 'community/coreutils/build')
-rwxr-xr-xcommunity/coreutils/build9
1 files changed, 9 insertions, 0 deletions
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