summaryrefslogtreecommitdiff
blob: 5e2401afd4c702954ec011ee8b7c0fd8aecb5e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Index: udav-0.5/src/src.pro
===================================================================
--- udav-0.5.orig/src/src.pro
+++ udav-0.5/src/src.pro
@@ -1,4 +1,4 @@
-DEFINES += MGL_DOC_DIR=\\\"$(MGLDOCDIR)\\\"
+DEFINES += MGL_DOC_DIR=\\\"/usr/share/doc/$(PF)/\\\"
 
 TEMPLATE = app
 CONFIG += release \
@@ -40,7 +40,7 @@ setupdialog.h \
 DISTFILES += ../TODO \
 ../ChangeLog.txt
 
-target.path = /usr/local/bin/
+target.path = /usr/bin/
 INSTALLS += target \
  help \
  pics
@@ -54,7 +54,7 @@ LIBS += -lmgl
 help.files += ../help/*.html
 pics.files += ../help/pics/*.png
 
-help.path = /usr/local/share/doc/udav/
+help.path = /usr/share/doc/${PF}/
 
-pics.path = /usr/local/share/doc/udav/pics/
+pics.path = /usr/share/doc/${PF}/pics/