diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-06-06 03:32:56 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-06-06 03:32:56 +0200 |
commit | 2046296222caa085d5eed72f534fae877a5b7dd1 (patch) | |
tree | 06adced907225d69b5ddbba2cce210c25bf70b55 /dev-util/mtools/files/mtools-fix-glade-file-path.patch | |
parent | db2605e29fe259d3fdcc27eeb17ecf6ef1ab0a3e (diff) | |
download | overlay-2046296222caa085d5eed72f534fae877a5b7dd1.tar.gz overlay-2046296222caa085d5eed72f534fae877a5b7dd1.tar.xz overlay-2046296222caa085d5eed72f534fae877a5b7dd1.zip |
dev-util/mtools: add live ebuild for mifare gui tools
Diffstat (limited to 'dev-util/mtools/files/mtools-fix-glade-file-path.patch')
-rw-r--r-- | dev-util/mtools/files/mtools-fix-glade-file-path.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/mtools/files/mtools-fix-glade-file-path.patch b/dev-util/mtools/files/mtools-fix-glade-file-path.patch new file mode 100644 index 0000000..fe8a00b --- /dev/null +++ b/dev-util/mtools/files/mtools-fix-glade-file-path.patch @@ -0,0 +1,11 @@ +--- src/gtk/Mtools.cpp (revision 24) ++++ src/gtk/Mtools.cpp (working copy) +@@ -10,7 +10,7 @@ + #include "gtk/Mtools.h" + #include "gtk/Application.h" + +-const std::string Mtools::MTOOLS_UI = "mtools.glade"; ++const std::string Mtools::MTOOLS_UI = "/usr/share/mifare-tools/mtools.glade"; + + Mtools::Mtools() { + } |