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. --- ./install.sh.orig 2004-09-07 05:44:33.771458392 +0200
  2. +++ ./install.sh 2004-09-07 05:47:11.450487536 +0200
  3. @@ -94,10 +94,10 @@
  4. MANDIR=
  5. fi
  6. ;;
  7. - 3) APPDIR=/usr/apps
  8. - BINDIR=/usr/bin
  9. + 3) BINDIR=/usr/bin
  10. SHAREDIR=/usr/share
  11. - CHOICESDIR=${SHAREDIR}/Choices
  12. + CHOICESDIR=${SHAREDIR}/ROX-Filer/Choices
  13. + APPDIR=${SHAREDIR}/ROX-Filer/apps
  14. MANDIR=${SHAREDIR}/man
  15. ;;
  16. 4) echo "Where should the ROX-Filer application go?"
  17. --- ./install.sh.orig 2003-04-29 12:56:22.000000000 +0200
  18. +++ ./install.sh 2004-09-07 06:15:35.003508112 +0200
  19. @@ -194,9 +194,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/standards/shared-mime-info.html"
  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/standards/shared-mime-info.html"
  29. echo "Installing application..."
  30. endir "$APPDIR"