aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/build-static-all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/build-static-all.sh b/build-aux/build-static-all.sh
index dd7c243..434ef22 100755
--- a/build-aux/build-static-all.sh
+++ b/build-aux/build-static-all.sh
@@ -9,5 +9,5 @@ ${MAKE_CMD:-make} DESTDIR="${PWD}/root/${DESTDIR}" install
install -m 644 ../LICENSE "root/${DESTDIR}/LICENSE"
pushd root > /dev/null
-tar -cvJf "../${DESTDIR}.tar.xz" .
+tar -cvJf "../${DESTDIR}.tar.xz" "${DESTDIR}"
popd > /dev/null