|
|
@ -21,6 +21,8 @@ dir_bindir='bin' |
|
|
|
dir_sbindir='sbin' |
|
|
|
dir_libdir='lib' |
|
|
|
dir_libexecdir='lib' |
|
|
|
dir_mandir='share/man' |
|
|
|
dir_docdir='share/doc' |
|
|
|
|
|
|
|
# Default commands |
|
|
|
cmd_download='curl -# -L -o {dst} {src}' # Command to execute to download files |
|
|
@ -75,7 +77,7 @@ Usage: $0 [-sbipr <dir>] [-Id] [-o <options>] <satellite> |
|
|
|
-v Only build vcs package if any updates have been made to it |
|
|
|
-o Set package options (comma-separated) |
|
|
|
|
|
|
|
Tips:$([ "$(basename "$0")" = "astronaut" ] && printf "\n- Use \`head -n 43 $0 > astronaut.conf.example\` to generate a default configuration file.") |
|
|
|
Tips:$([ "$(basename "$0")" = "astronaut" ] && printf "\n- Use \`head -n 45 $0 > astronaut.conf.example\` to generate a default configuration file.") |
|
|
|
- Keep in mind that when specifying options on the command line in a string, the first always takes priority. |
|
|
|
For example, in \"opt,someotheropt,!opt\", opt is enabled, due to it being the first occurrence. |
|
|
|
- If you have set \$dir_satellites in the config, you can omit the .sat suffix. |
|
|
|