Blob Blame History Raw
--- texmaker.pro	2005-04-24 17:03:14.000000000 -0400
+++ texmaker.pro.new	2005-10-25 17:05:29.000000000 -0400
@@ -13,9 +13,9 @@
 CONFIG	+= qt warn_on release
 ##############################################
 unix {
-target.path = $${PREFIX}/bin
+target.path = ${DESTDIR}/$${PREFIX}/bin
 INSTALLS = target
-utilities.path = $${PREFIX}/share/texmaker
+utilities.path = ${DESTDIR}/$${PREFIX}/share/texmaker
 utilities.files = utilities/*
 INSTALLS += utilities
 DEFINES += PREFIX=\"$${PREFIX}\"
@@ -79,7 +79,7 @@
 macx {
 target.path = /Applications/Texmaker
 INSTALLS = target
-utilities.path = $${PREFIX}/share/texmaker
+utilities.path = ${DESTDIR}/$${PREFIX}/share/texmaker
 utilities.files = utilities/*
 INSTALLS += utilities
 DEFINES += PREFIX=\"$${PREFIX}\"