summaryrefslogtreecommitdiffstats
path: root/kde/pre-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-12-22 15:11:27 +0100
committer Eric Hameleers <alien@slackware.com>2014-12-22 15:11:27 +0100
commit5fc3fdb057a38c4c237a09c390871899dcfde24a (patch)
tree8b63511032f4850e197a065260d07f5970ad6dab /kde/pre-install
parent8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428 (diff)
downloadktown-5fc3fdb057a38c4c237a09c390871899dcfde24a.tar.gz
ktown-5fc3fdb057a38c4c237a09c390871899dcfde24a.tar.xz
KDE 4.10.5 for Slackware 14.0 (02jul2013)4.10.5
Diffstat (limited to 'kde/pre-install')
-rw-r--r--kde/pre-install/amarok.pre-install9
-rw-r--r--[-rwxr-xr-x]kde/pre-install/kdewebdev/tidy/tidy.build0
2 files changed, 5 insertions, 4 deletions
diff --git a/kde/pre-install/amarok.pre-install b/kde/pre-install/amarok.pre-install
index 5411ce0..dfb3b00 100644
--- a/kde/pre-install/amarok.pre-install
+++ b/kde/pre-install/amarok.pre-install
@@ -1,8 +1,9 @@
-if [ ! -r /usr/lib${LIBDIRSUFFIX}/mysql/libmysqld.a ]; then
+if [ ! -r /usr/bin/mysql_embedded ]; 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.
+ERROR: missing /usr/bin/mysql_embedded
+ please use mysql-embedded.SlackBuild in source/ap/mysql/
+ or build_embedded.package.sh in source/ap/mariadb/ to
+ rebuild your database package, reinstall it, and then try again.
EOF
touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ;
fi
diff --git a/kde/pre-install/kdewebdev/tidy/tidy.build b/kde/pre-install/kdewebdev/tidy/tidy.build
index b638b24..b638b24 100755..100644
--- a/kde/pre-install/kdewebdev/tidy/tidy.build
+++ b/kde/pre-install/kdewebdev/tidy/tidy.build