summaryrefslogtreecommitdiffstats
path: root/lxqt/build/patch/README
blob: 3fdb4fd658914cc1e2e6ec154658792d0aba51e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

IMPORTANT!

To fail/exit a script, use this:

[command that fails] || { touch ${SLACK_LXQT_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