Dash:
[t2.git] / package / office / acroread / desktop-database.diff
blob5359ad2f80f859e7df1e1f6d67279d52a1452dd1
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../acroread/desktop-database.diff
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- Adobe/Reader8/Reader/intellinux/bin/xdg-desktop-menu.orig 2008-06-25 18:17:05.000000000 +0200
18 +++ Adobe/Reader8/Reader/intellinux/bin/xdg-desktop-menu 2008-09-03 10:01:40.000000000 +0200
19 @@ -628,7 +628,7 @@
20 for x in `echo $PATH | sed 's/:/ /g'` /opt/gnome/bin; do
21 if [ -x $x/update-desktop-database ] ; then
22 DEBUG 1 "Running $x/update-desktop-database"
23 - eval '$x/update-desktop-database'$xdg_redirect_output
24 + eval echo '$x/update-desktop-database'$xdg_redirect_output
25 return
27 done