diff options
Diffstat (limited to 'games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch')
-rw-r--r-- | games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch b/games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch deleted file mode 100644 index 3b34dae0e26..00000000000 --- a/games-puzzle/gottet/files/gottet-1.0.6-gentoo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/locale_dialog.cpp.old 2014-05-18 18:11:33.546814928 +0200 -+++ src/locale_dialog.cpp 2014-05-18 18:40:56.033720946 +0200 -@@ -85,7 +85,7 @@ - if (paths.isEmpty()) { - QString appdir = QCoreApplication::applicationDirPath(); - paths.append(appdir); -- paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower()); -+ paths.append("@GENTOO_DATADIR@/" + QCoreApplication::applicationName().toLower()); - paths.append(appdir + "/../Resources"); - } - foreach (const QString& path, paths) { |