File DIE-fix_libexec_path.patch of Package DIE

Index: DIE-3.04/XOptions/xoptions.cpp
===================================================================
--- DIE-3.04.orig/XOptions/xoptions.cpp
+++ DIE-3.04/XOptions/xoptions.cpp
@@ -1210,7 +1210,7 @@ QString XOptions::getApplicationDataPath
                 sResult=sApplicationDirPath.section("/",0,2);
             }
 
-            sResult+=QString("/usr/lib/%1").arg(qApp->applicationName());
+            sResult+=QString("__LIBEXECDIR__/%1").arg(qApp->applicationName());
         }
     }
     else
openSUSE Build Service is sponsored by