This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/common/libs
Pierre Labastie ff30640702 Fix an error when not downloading packages
When not downloading packages, the function "get_sources" returns
early because it begins with:
[ "$GETPKG" = y ] || return
The problem is that in this case it returns with an exit code
inherited from the last executed instruction, which is the
test (and therefore "false"). The solution is to change to
return 0.
2022-06-14 18:55:36 +02:00
..
func_book_parser Various updates for pacman PM 2022-06-12 22:54:14 +02:00
func_check_version.sh Remove legacy: Remove almost all occurrences of CLFS/clfs 2022-03-01 21:09:30 +01:00
func_compare.sh Remove legacy: Remove almost all occurrences of CLFS/clfs 2022-03-01 21:09:30 +01:00
func_custom_pkgs Use only upstream's URL in urls.lst 2022-05-07 11:24:06 +02:00
func_download_pkgs Fix an error when not downloading packages 2022-06-14 18:55:36 +02:00
func_install_blfs Change variable names and logic for BLFS book 2022-04-01 10:26:17 +02:00
func_save.sh Remove $Id$ comments, they are useless with git 2021-10-31 10:22:30 +01:00
func_validate_configs.sh Change variable names and logic for BLFS book 2022-04-01 10:26:17 +02:00
func_wrt_Makefile Fix $(BUILDDIR)/jhalfs/Makefile 2022-04-03 21:42:25 +02:00