File amarok-fqpath-amarokcollectionscanner.patch of Package kde3-amarok
--- amarok/src/scancontroller.cpp.orig 2009-12-04 23:21:50.000000000 +0100
+++ amarok/src/scancontroller.cpp 2009-12-04 23:28:27.000000000 +0100
@@ -80,7 +80,7 @@
connect( m_scanner, SIGNAL( readReady( KProcIO* ) ), SLOT( slotReadReady() ) );
- *m_scanner << "amarokcollectionscanner";
+ *m_scanner << "@@BINDIR@@amarokcollectionscanner";
*m_scanner << "--nocrashhandler"; // We want to be able to catch SIGSEGV
// KProcess must be started from the GUI thread, so we're invoking the scanner