# HG changeset patch
# User insilmaril
# Date 1154424657 0
# Node ID 3dc98c8843bc88a670da27c6f0526a7cfd3d74f8
# Parent  496aafc50372275afd1a6e92da92fa6e423d20da
updated vym.pro to respect INSTALLDIR

diff -r 496aafc50372 -r 3dc98c8843bc vym.pro
--- a/vym.pro	Mon Jul 31 12:13:54 2006 +0000
+++ b/vym.pro	Tue Aug 01 09:30:57 2006 +0000
@@ -93,25 +93,23 @@
 INSTALLS += target
 
 
-DESTROOT = /usr
-
-target.path = $${DESTROOT}/bin
+target.path = $${INSTALLDIR}/bin
 INSTALLS += target
 
 support.files = styles/ scripts/ icons/ flags/ lang/
-support.path = $${DESTROOT}/share/vym
+support.path = $${INSTALLDIR}/share/vym
 INSTALLS += support 
 
 doc.files = tex/vym.pdf 
-doc.path = $${DESTROOT}/share/doc/packages/vym
+doc.path = $${INSTALLDIR}/share/doc/packages/vym
 INSTALLS += doc
 
 demo.files = demos/
-demo.path = $${DESTROOT}/share/doc/packages/vym
+demo.path = $${INSTALLDIR}/share/doc/packages/vym
 INSTALLS += demo
 
 exports.files = exports/
-exports.path =$${DESTROOT}/share/vym
+exports.path =$${INSTALLDIR}/share/vym
 INSTALLS += exports