vk_configpri.patch 832 B

1234567891011121314151617181920212223
  1. --- valkyrie-2.0.0/vk_config.pri.orig 2010-11-11 07:12:56.050000003 -0300
  2. +++ valkyrie-2.0.0/vk_config.pri 2010-11-11 07:14:07.000000005 -0300
  3. @@ -13,7 +13,7 @@
  4. # Set a default value for PREFIX (etc) in the generated makefiles
  5. # Note: ignore INSTALL_ROOT: it's a qt special, can't be set from here
  6. isEmpty(PREFIX) {
  7. - PREFIX = /usr/local
  8. + PREFIX = /usr
  9. }
  10. isEmpty(BINDIR) {
  11. BINDIR = $$PREFIX/bin
  12. @@ -25,8 +25,8 @@
  13. ######################################################################
  14. # Install paths relative to $$PREFIX:
  15. target.path = $$BINDIR
  16. -doc.path = $$DATADIR/$$PACKAGE/doc
  17. -doc_imgs.path = $$DATADIR/$$PACKAGE/doc/images
  18. +doc.path = $$DATADIR/doc/$$PACKAGE
  19. +doc_imgs.path = $$DATADIR/doc/$$PACKAGE/images
  20. ######################################################################
  21. # Qt modules