updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / valkyrie / vk_config.patch
blob59ae4b43a775f2be99627f7f3333ddf54fc43d6e
1 --- vk_config.pri.orig 2010-11-11 07:12:56.050000003 -0300
2 +++ vk_config.pri 2010-11-11 07:14:07.000000005 -0300
3 @@ -13,7 +13,7 @@
4 # Set a default value for PREFIX (etc) in the generated makefiles
5 # Note: ignore INSTALL_ROOT: it's a qt special, can't be set from here
6 isEmpty(PREFIX) {
7 - PREFIX = /usr/local
8 + PREFIX = /usr
10 isEmpty(BINDIR) {
11 BINDIR = $$PREFIX/bin
12 @@ -25,8 +25,8 @@
13 ######################################################################
14 # Install paths relative to $$PREFIX:
15 target.path = $$BINDIR
16 -doc.path = $$DATADIR/$$PACKAGE/doc
17 -doc_imgs.path = $$DATADIR/$$PACKAGE/doc/images
18 +doc.path = $$DATADIR/doc/$$PACKAGE
19 +doc_imgs.path = $$DATADIR/doc/$$PACKAGE/images
21 ######################################################################
22 # Qt modules