From e85a7e8c440055f87660a0c203f5e9b4cfe4e083 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Mon, 18 Jul 2011 19:47:39 +0200 Subject: distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file list Signed-off-by: Michael Meeks Signed-off-by: Andreas Radke Signed-off-by: Fridrich Strba --- bin/distro-install-desktop-integration | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration index 9e3b4997ac7d..77ccf3ae016e 100755 --- a/bin/distro-install-desktop-integration +++ b/bin/distro-install-desktop-integration @@ -161,6 +161,7 @@ add_wrapper unopkg unopkg "" "unopkg" "" # For example, the Novell package mark this symlink as %ghost # and update it in %post and %postun ln -sf $INSTALLDIR/program/soffice $DESTDIR$PREFIXDIR/bin/soffice +test -f $DESTDIR/gid_Module_Root_Brand && echo "$PREFIXDIR/bin/soffice" >>$DESTDIR/gid_Module_Root_Brand # create bash completion mkdir -p $DESTDIR/etc/bash_completion.d -- cgit