summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTomáš Chvátal <tomas.chvatal@gmail.com>2013-05-31 15:56:11 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-31 17:08:02 +0200
commit681449afee3f21b0df608109649e35ccdc770abd (patch)
tree46d3230ae0ece91e9c955d7d1dae330aa60c8e6c /bin
parentc74b7f6be03ab5fc6d7edd33b2d34cf4079b9eb7 (diff)
One more step to have desktop files built again with distro-pack-install
Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd
Diffstat (limited to 'bin')
-rwxr-xr-xbin/distro-install-desktop-integration2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration
index e925924d0f0e..a06484603965 100755
--- a/bin/distro-install-desktop-integration
+++ b/bin/distro-install-desktop-integration
@@ -95,7 +95,7 @@ add_wrapper()
# install desktop integration from plain packages
sysui_temp=`mktemp -t -d distro-pack-desktop-integration-XXXXXX`
-cp -a sysui/unxlng*/misc/libreoffice/* "$sysui_temp"
+cp -a workdir/unxlng*/CustomTarget/sysui/share/libreoffice/* "$sysui_temp"
cp -a sysui/desktop/share/create_tree.sh "$sysui_temp"
builddir=`pwd`
cd $sysui_temp