git: 2bc35cbf2740 - main - gen-compat.sh: fix archive internal path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Mar 2025 09:59:19 UTC
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc35cbf2740ecebfb1378c5597d21e0e92c6701 commit 2bc35cbf2740ecebfb1378c5597d21e0e92c6701 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2025-03-18 09:58:55 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2025-03-18 09:59:18 +0000 gen-compat.sh: fix archive internal path --- Tools/scripts/gen-compat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/scripts/gen-compat.sh b/Tools/scripts/gen-compat.sh index 55f93173ef8d..6b76ee8a33cb 100644 --- a/Tools/scripts/gen-compat.sh +++ b/Tools/scripts/gen-compat.sh @@ -61,4 +61,4 @@ case $sets in ;; esac find ${tmpdir}/base -name "*.so.*" -exec mv -v {} ${tmpdir}/${compatdir}/lib/compat/ \; -tar -cvJf ${compatdir}.tar.xz ${tmpdir}/${compatdir} +tar -cvJf ${compatdir}.tar.xz -C ${tmpdir} ${compatdir}