summaryrefslogtreecommitdiffstats
path: root/lxqt/build/pre-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-07 21:03:29 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-07 21:03:29 +0000
commit468dd96a0325722ffbfb62e5d78c5573ab4fa953 (patch)
treee6bbbb7c6004a3405e302a960deee8177b7f0b3b /lxqt/build/pre-install
parent1b96d0475b43459485f1efacfc0d3193b3a64af9 (diff)
downloadasb-468dd96a0325722ffbfb62e5d78c5573ab4fa953.tar.gz
asb-468dd96a0325722ffbfb62e5d78c5573ab4fa953.tar.xz
lxqt: updated pre-install files
Diffstat (limited to 'lxqt/build/pre-install')
-rw-r--r--lxqt/build/pre-install/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/lxqt/build/pre-install/README b/lxqt/build/pre-install/README
new file mode 100644
index 00000000..3fdb4fd6
--- /dev/null
+++ b/lxqt/build/pre-install/README
@@ -0,0 +1,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
+