]> Kevux Git Server - fll/commit
Update: Add additional options, fix minor problems, and other miscellaneous fixes...
authorKevin Day <thekevinday@gmail.com>
Tue, 23 Jul 2019 03:58:01 +0000 (22:58 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 23 Jul 2019 04:06:34 +0000 (23:06 -0500)
commita983f31af4dd05b76c373ca1b1575259ac571cf9
tree0cd582444d5f2bbfd51422bbb6cad3ffdac29d19
parent069a440375dcfb3941f6d78f36eef97cab1cb7d5
Update: Add additional options, fix minor problems, and other  miscellaneous fixes in regards to generate.sh and package.sh scripts

Add functionality provided in install.sh, such as configure based system compatible options: --enable-statuc, --disable-static, --enable-shared, and --disable-shared.

Fix some typos (such as failire which should instead be failure).
Tweak highlight colors used.

Use a separate "operation_failure" variable instead of recycling "operation" for parameter operation problems.

Add -S/--path_s parameter option for specifying a custom settings path.

If paths have a leading slash (/), remove duplicate slashes (such as "///bin/" -> "/bin/").

Make sure the new install.sh script gets added by the package.sh script.

The variable "sources_settings" is using the wrong source path (which was "path_c").
Instead, use the newly added "path_s".
build/scripts/generate.sh
build/scripts/package.sh