mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
f2cf8c475b
patches/packages/krusader-2.8.0-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/mozilla-thunderbird-102.5.1-x86_64-1_slack15.0.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.5.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2022-50/ https://www.cve.org/CVERecord?id=CVE-2022-45414 (* Security fix *)
18 lines
328 B
Text
18 lines
328 B
Text
|
|
IMPORTANT!
|
|
|
|
To fail/exit a script, use this:
|
|
|
|
[command that fails] || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
|
|
|
|
DO NOT USE THIS:
|
|
|
|
[command that fails] || exit 1
|
|
|
|
as it will cause the parent script to exit in the wrong location and possibly
|
|
silently skip building some packages.
|
|
|
|
Thanks,
|
|
|
|
The Management
|
|
|