updated vym.pro to respect INSTALLDIR
authorinsilmaril
Tue, 01 Aug 2006 09:30:57 +0000
changeset 3633dc98c8843bc
parent 362 496aafc50372
child 364 7b74fa3772bf
updated vym.pro to respect INSTALLDIR
vym.pro
     1.1 --- a/vym.pro	Mon Jul 31 12:13:54 2006 +0000
     1.2 +++ b/vym.pro	Tue Aug 01 09:30:57 2006 +0000
     1.3 @@ -93,25 +93,23 @@
     1.4  INSTALLS += target
     1.5  
     1.6  
     1.7 -DESTROOT = /usr
     1.8 -
     1.9 -target.path = $${DESTROOT}/bin
    1.10 +target.path = $${INSTALLDIR}/bin
    1.11  INSTALLS += target
    1.12  
    1.13  support.files = styles/ scripts/ icons/ flags/ lang/
    1.14 -support.path = $${DESTROOT}/share/vym
    1.15 +support.path = $${INSTALLDIR}/share/vym
    1.16  INSTALLS += support 
    1.17  
    1.18  doc.files = tex/vym.pdf 
    1.19 -doc.path = $${DESTROOT}/share/doc/packages/vym
    1.20 +doc.path = $${INSTALLDIR}/share/doc/packages/vym
    1.21  INSTALLS += doc
    1.22  
    1.23  demo.files = demos/
    1.24 -demo.path = $${DESTROOT}/share/doc/packages/vym
    1.25 +demo.path = $${INSTALLDIR}/share/doc/packages/vym
    1.26  INSTALLS += demo
    1.27  
    1.28  exports.files = exports/
    1.29 -exports.path =$${DESTROOT}/share/vym
    1.30 +exports.path =$${INSTALLDIR}/share/vym
    1.31  INSTALLS += exports
    1.32  
    1.33