summarylogtreecommitdiffstats
path: root/fix-icon-search-path.patch
diff options
context:
space:
mode:
authorJakob Gahde2024-04-09 13:24:22 +0200
committerJakob Gahde2024-04-09 13:27:12 +0200
commite5ee1fcd9ea84572585e0c434e5a0995bbbd1222 (patch)
tree0d51ebcd5d7315cfbbdc2277613bf4f85e12a06e /fix-icon-search-path.patch
parent30707d09d4eba4186554fb7f67fe620545566caa (diff)
downloadaur-mnemosyne.tar.gz
Switch to new build system
Diffstat (limited to 'fix-icon-search-path.patch')
-rw-r--r--fix-icon-search-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-icon-search-path.patch b/fix-icon-search-path.patch
index c9ce8a082f16..2d0e8140e8f5 100644
--- a/fix-icon-search-path.patch
+++ b/fix-icon-search-path.patch
@@ -6,7 +6,7 @@ diff -aur package.pristine/mnemosyne/pyqt_ui/mnemosyne package.new/mnemosyne/pyq
# For system install:
QtCore.QDir.addSearchPath("icons",
- os.path.abspath(__file__ + "/../../../pixmaps"))
-+ os.path.abspath(__file__ + "/../../pixmaps"))
++ os.path.abspath(__file__ + "/../pixmaps"))
# For Windows installer:
QtCore.QDir.addSearchPath("icons",
"pixmaps")