|
|
@ -1,50 +1,31 @@ |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# Please add additional copyright information _after_ the line containing |
|
|
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|
|
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|
|
|
# |
|
|
|
# ROCK Linux: rock-src/package/blindcoder/rox-filer/install-location.patch |
|
|
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
|
|
|
# |
|
|
|
# This patch file is dual-licensed. It is available under the license the |
|
|
|
# patched project is licensed under, as long as it is an OpenSource license |
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
|
|
# of the GNU General Public License as published by the Free Software |
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
|
|
# version. |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
--- ./install.sh.orig 2004-09-07 05:44:33.771458392 +0200
|
|
|
|
+++ ./install.sh 2004-09-07 05:47:11.450487536 +0200
|
|
|
|
@@ -94,10 +94,10 @@
|
|
|
|
--- rox-2.4/install.sh~ 2005-12-19 23:55:10.000000000 +0100
|
|
|
|
+++ rox-2.4/install.sh 2005-12-19 23:59:32.000000000 +0100
|
|
|
|
@@ -99,10 +99,10 @@
|
|
|
|
MANDIR= |
|
|
|
fi |
|
|
|
;; |
|
|
|
- 3) APPDIR=/usr/apps
|
|
|
|
- BINDIR=/usr/bin
|
|
|
|
+ 3) BINDIR=/usr/bin
|
|
|
|
+ APPDIR=${SHAREDIR}/ROX-Filer/apps
|
|
|
|
SHAREDIR=/usr/share |
|
|
|
- CHOICESDIR=${SHAREDIR}/Choices
|
|
|
|
- CHOICESDIR=/etc/xdg
|
|
|
|
+ CHOICESDIR=${SHAREDIR}/ROX-Filer/Choices
|
|
|
|
+ APPDIR=${SHAREDIR}/ROX-Filer/apps
|
|
|
|
MANDIR=${SHAREDIR}/man |
|
|
|
;; |
|
|
|
4) echo "Where should the ROX-Filer application go?" |
|
|
|
--- ./install.sh.orig 2003-04-29 12:56:22.000000000 +0200
|
|
|
|
+++ ./install.sh 2004-09-07 06:15:35.003508112 +0200
|
|
|
|
@@ -194,9 +194,9 @@
|
|
|
|
--- ./install.sh 2005-12-20 01:39:29.000000000 +0100
|
|
|
|
+++ ./install.sh~ 2005-12-20 01:36:12.000000000 +0100
|
|
|
|
@@ -207,9 +207,9 @@
|
|
|
|
endir "$MIMEDIR" |
|
|
|
endir "$MIMEDIR/packages" |
|
|
|
cp rox.xml "$MIMEINFO" || die "Failed to create $MIMEINFO" |
|
|
|
-update-mime-database "$MIMEDIR" || die "update-mime-database failed
|
|
|
|
-Make sure you have installed the shared MIME database from:
|
|
|
|
-http://www.freedesktop.org/standards/shared-mime-info.html"
|
|
|
|
+# update-mime-database "$MIMEDIR" || die "update-mime-database failed
|
|
|
|
+# Make sure you have installed the shared MIME database from:
|
|
|
|
+# http://www.freedesktop.org/standards/shared-mime-info.html"
|
|
|
|
-http://www.freedesktop.org/wiki/Software_2fshared_2dmime_2dinfo"
|
|
|
|
+#update-mime-database "$MIMEDIR" || die "update-mime-database failed
|
|
|
|
+#Make sure you have installed the shared MIME database from:
|
|
|
|
+#http://www.freedesktop.org/wiki/Software_2fshared_2dmime_2dinfo"
|
|
|
|
|
|
|
|
echo "Installing application..." |
|
|
|
endir "$APPDIR" |