diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-07-18 19:47:39 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-07-19 15:16:03 +0200 |
commit | e85a7e8c440055f87660a0c203f5e9b4cfe4e083 (patch) | |
tree | c232ffc0431bbd5e8567d91b7d264b166dab88d9 /bin | |
parent | a130a48525553e8266d30447cd301560f142bf40 (diff) |
distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file list
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Andreas Radke <a.radke@arcor.de>
Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/distro-install-desktop-integration | 1 |
1 files changed, 1 insertions, 0 deletions
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 |