aboutsummaryrefslogtreecommitdiff
path: root/community/tree/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-01-04 12:43:38 +0300
committerCem Keylan <cem@ckyln.com>2022-01-04 12:43:38 +0300
commitd79818d9236958093a574d9b08f879d12694ebdf (patch)
tree803f2a611989e9c93bbdae169481cd4a92e4f13e /community/tree/build
parentee816344077f884ac10fd9627a52cf5de3659032 (diff)
downloadrepository-d79818d9236958093a574d9b08f879d12694ebdf.tar.gz
tree: bump to 2.0.1
Diffstat (limited to 'community/tree/build')
-rwxr-xr-xcommunity/tree/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tree/build b/community/tree/build
index 28d2d465..b2e46c72 100755
--- a/community/tree/build
+++ b/community/tree/build
@@ -1,4 +1,4 @@
#!/bin/sh -e
-make
-make BINDIR="$1/usr/bin" MANDIR="$1/usr/share/man/man1" install
+make CC="${CC:-cc}" LDFLAGS=-static
+make PREFIX="$1/usr" MANDIR="$1/usr/share/man/man1" install