summaryrefslogtreecommitdiffstats
path: root/prefix-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'prefix-fix.patch')
-rw-r--r--prefix-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/prefix-fix.patch b/prefix-fix.patch
deleted file mode 100644
index af7e059..0000000
--- a/prefix-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- anki/Makefile.orig
2+++ anki/Makefile
3@@ -10,7 +10,7 @@
4 mkdir -p ${PREFIX}/share/anki
5 cp -av * ${PREFIX}/share/anki/
6 mkdir -p ${PREFIX}/bin
7- ln -sf ${PREFIX}/share/anki/bin/anki ${PREFIX}/bin/
8+ ln -sf /usr/share/anki/bin/anki ${PREFIX}/bin/
9 # fix a previous packaging issue where we created this as a file
10 (test -f ${PREFIX}/share/applications && rm ${PREFIX}/share/applications)||true
11 mkdir -p ${PREFIX}/share/pixmaps