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