summaryrefslogtreecommitdiffstats
path: root/kde/pre-install/amarok.pre-install
blob: 5411ce0d8a687140ed0f7b691d4fce0a4e9c8c15 (plain) (blame)
1
2
3
4
5
6
7
8
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