summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+