mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

  1. --- rox-2.4/install.sh~ 2005-12-19 23:55:10.000000000 +0100
  2. +++ rox-2.4/install.sh 2005-12-19 23:59:32.000000000 +0100
  3. @@ -99,10 +99,10 @@
  4. MANDIR=
  5. fi
  6. ;;
  7. - 3) APPDIR=/usr/apps
  8. - BINDIR=/usr/bin
  9. + 3) BINDIR=/usr/bin
  10. + APPDIR=${SHAREDIR}/ROX-Filer/apps
  11. SHAREDIR=/usr/share
  12. - CHOICESDIR=/etc/xdg
  13. + CHOICESDIR=${SHAREDIR}/ROX-Filer/Choices
  14. MANDIR=${SHAREDIR}/man
  15. ;;
  16. 4) echo "Where should the ROX-Filer application go?"
  17. --- ./install.sh 2005-12-20 01:39:29.000000000 +0100
  18. +++ ./install.sh~ 2005-12-20 01:36:12.000000000 +0100
  19. @@ -207,9 +207,9 @@
  20. endir "$MIMEDIR"
  21. endir "$MIMEDIR/packages"
  22. cp rox.xml "$MIMEINFO" || die "Failed to create $MIMEINFO"
  23. -update-mime-database "$MIMEDIR" || die "update-mime-database failed
  24. -Make sure you have installed the shared MIME database from:
  25. -http://www.freedesktop.org/wiki/Software_2fshared_2dmime_2dinfo"
  26. +#update-mime-database "$MIMEDIR" || die "update-mime-database failed
  27. +#Make sure you have installed the shared MIME database from:
  28. +#http://www.freedesktop.org/wiki/Software_2fshared_2dmime_2dinfo"
  29. echo "Installing application..."
  30. endir "$APPDIR"