[jhalfs] 02/02: Always test version mismatch in scriptlets
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Sat, 08 Feb 2025 18:13:31 +0000
| Newsgroups | gmane.linux.lfs.automated |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository jhalfs. commit 6dca47287c46e034ba5f996f8d49276c83c0a7f7 Author: Pierre Labastie <[email protected]> AuthorDate: Sat Feb 8 19:10:23 2025 +0100 Always test version mismatch in scriptlets The test has been removed from the packages download code, so do it always now. This is maybe overkill, and should be a switch in configuration. But for now, fix the bug reported in https://lists.linuxfromscratch.org/sympa/arc/lfs-dev/2025-02/msg00003.html --- jhalfs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jhalfs b/jhalfs index 8a95369..042a3e5 100755 --- a/jhalfs +++ b/jhalfs @@ -189,7 +189,8 @@ fi # the negation of GETPKG, because if we get the source files, we test # the mismatch between directory name and version when receiving the file. TEST_MISMATCH=y -if [ "$GETPKG" = y ]; then TEST_MISMATCH=n; fi +# TODO: add TEST_MISMATCH to Config.in +#if [ "$GETPKG" = y ]; then TEST_MISMATCH=n; fi # Sanity check on the location of $BUILDDIR / $JHALFSDIR CWD="$(cd "$(dirname "$0")" && pwd)" -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/alfs-discuss Unsubscribe: See the above information page