diff options
-rwxr-xr-x | build-aux/build-static-all.sh | 2 |
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 |