]> git.pld-linux.org Git - packages/apertium-visruled.git/blame - apertium-visruled-paths.patch
- new
[packages/apertium-visruled.git] / apertium-visruled-paths.patch
CommitLineData
e1f2a429
JB
1--- apertium-visruled-0.0.2/apertium-visruled.pro.orig 2013-08-16 23:55:52.000000000 +0200
2+++ apertium-visruled-0.0.2/apertium-visruled.pro 2015-12-25 22:36:57.086304989 +0100
3@@ -55,13 +55,13 @@
4 INSTALLS += target data icon desktopfile
5
6 target.files = $$TARGET
7- target.path = /usr/local/bin
8+ target.path = $$BINDIR
9 data.files = res
10- data.path = /usr/local/share/apertium-visruled
11+ data.path = $$DATADIR/apertium-visruled
12 icon.files = misc/apertium-visruled.png
13- icon.path = /usr/local/share/icons
14+ icon.path = $$DATADIR/pixmaps
15 desktopfile.files = misc/apertium-visruled.desktop
16- desktopfile.path = /usr/local/share/applications
17+ desktopfile.path = $$DATADIR/applications
18 QMAKE_CXXFLAGS += -DVISRULED_DATADIR=$$data.path
19 }
20
This page took 0.776182 seconds and 4 git commands to generate.