From 270c1ba7053478dbd1c632eea18d6e54d51e4ecc Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:03:24 +0100 Subject: KDE 4.7.4 for Slackware 13.37 (06dec2011) --- kde/pre-install/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 kde/pre-install/README (limited to 'kde/pre-install/README') diff --git a/kde/pre-install/README b/kde/pre-install/README new file mode 100644 index 0000000..2478e45 --- /dev/null +++ b/kde/pre-install/README @@ -0,0 +1,18 @@ + +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 + -- cgit v1.2.3