aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice/files
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-09-06 00:41:35 +0800
committerbapt <bapt@FreeBSD.org>2011-09-06 00:41:35 +0800
commitcf3447f8a0c43a2ffd3f13b7eb0770de609eab40 (patch)
tree0c147142e4a070ce5df437b91da6f6d1b99c06b5 /editors/libreoffice/files
parent1aa4beb68464b9723747b04cb92fecb2ea8fde74 (diff)
downloadfreebsd-ports-gnome-cf3447f8a0c43a2ffd3f13b7eb0770de609eab40.tar.gz
freebsd-ports-gnome-cf3447f8a0c43a2ffd3f13b7eb0770de609eab40.tar.zst
freebsd-ports-gnome-cf3447f8a0c43a2ffd3f13b7eb0770de609eab40.zip
Really fix the patch, sorry about the mess
Diffstat (limited to 'editors/libreoffice/files')
-rw-r--r--editors/libreoffice/files/patch-bin__distro-install-desktop-integration7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/libreoffice/files/patch-bin__distro-install-desktop-integration b/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
index e4a21dc3f830..2c9e07420506 100644
--- a/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
+++ b/editors/libreoffice/files/patch-bin__distro-install-desktop-integration
@@ -1,5 +1,5 @@
---- bin/distro-install-desktop-integration.orig 2011-09-05 16:57:47.578974736 +0200
-+++ bin/distro-install-desktop-integration 2011-09-05 17:00:00.931583334 +0200
+--- bin/distro-install-desktop-integration.orig 2011-08-15 19:46:21.000000000 +0200
++++ bin/distro-install-desktop-integration 2011-09-05 18:37:11.798849176 +0200
@@ -74,12 +74,12 @@
test -n "$oowrapper_name" && create_man_link "$oowrapper_name" "$used_man_page" "$file_list"
@@ -9,8 +9,9 @@
}
# install desktop integration from plain packages
- sysui_temp=`mktemp -d /tmp/distro-pack-desktop-integration-XXXXXX`
+-sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XXXXXX`
-cp -a sysui/unxlng*/misc/libreoffice/* "$sysui_temp"
++sysui_temp=`mktemp -d /tmp/distro-pack-desktop-integration-XXXXXX`
+cp -a sysui/unx*/misc/libreoffice/* "$sysui_temp"
cp -a sysui/desktop/share/create_tree.sh "$sysui_temp"
builddir=`pwd`