audio/amarok: remove unecessary sed call
amarok's cmake parses the environment for the prefix of the mysql installation.
So instead of making sure that it looks in the user defined ${LOCALBASE}, we
can pass MYSQL_DIR=${LOCALBASE} via the environment.
Reported by: swills