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/amarok.pre-install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kde/pre-install/amarok.pre-install (limited to 'kde/pre-install/amarok.pre-install') diff --git a/kde/pre-install/amarok.pre-install b/kde/pre-install/amarok.pre-install new file mode 100644 index 0000000..5411ce0 --- /dev/null +++ b/kde/pre-install/amarok.pre-install @@ -0,0 +1,9 @@ +if [ ! -r /usr/lib${LIBDIRSUFFIX}/mysql/libmysqld.a ]; then + cat << EOF +ERROR: missing /usr/lib${LIBDIRSUFFIX}/mysql/libmysqld.a + please use mysql-embedded.build in source/ap/mysql/ + to build and install this, and then try again. +EOF + touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; +fi + -- cgit v1.2.3