diff options
Diffstat (limited to 'build-aux/build-static-all.sh')
-rwxr-xr-x | build-aux/build-static-all.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh index 42fd33f..0cba1a3 100755 --- a/build-aux/build-static-all.sh +++ b/build-aux/build-static-all.sh @@ -2,8 +2,6 @@ set -ex -export LC_ALL= - ${MAKE_CMD:-make} LDFLAGS="-all-static" ${MAKE_CMD:-make} DESTDIR="${PWD}/root" install install -m 644 ../LICENSE root/LICENSE |