[jhalfs] 02/03: Fix setting branch to trunk when book is blfs
"Git Owner" ([email protected] via alfs-discuss Mailing List) <[email protected]> Fri, 21 Mar 2025 17:26:08 +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 41c92829da05fcf63faef2b4f790f507a21ab104 Author: Pierre Labastie <[email protected]> AuthorDate: Fri Mar 21 18:20:14 2025 +0100 Fix setting branch to trunk when book is blfs With the logic used, the branch was set to muiltilib when using the blfs book. Fix the logic... --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index 3c73304..491c3a8 100644 --- a/Config.in +++ b/Config.in @@ -86,7 +86,7 @@ menu "BOOK Settings" config COMMIT string "Which point in git history?" - default "trunk" if LFS_MULTILIB_NO + default "trunk" if LFS_MULTILIB_NO || BOOK_BLFS default "multilib" if ! LFS_MULTILIB_NO depends on BRANCH help -- 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