From d79818d9236958093a574d9b08f879d12694ebdf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 4 Jan 2022 12:43:38 +0300 Subject: tree: bump to 2.0.1 --- community/tree/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/tree/build') 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 -- cgit v1.2.3