diff options
author | Petr Mladek <pmladek@suse.cz> | 2011-12-05 19:32:00 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-12-05 21:08:00 +0100 |
commit | 8412548e734ddf699ddbffba0cf7edeb2548c86c (patch) | |
tree | d43b7a9180796c627603bb2b26f4aa0c661897c7 /sysui/desktop/mandriva | |
parent | bee2841519d15d8df1520ef3052e3a8da19eac1b (diff) |
allow to install desktop integration in Linux dev build
The desktop integration searched for the package name by the dash "-"
delimiter on many locations. It was not easy to add support for
package names with the dash.
In addition, there was an inconsistence. Most package names used the
"libo-dev" prefix name but the ure packages used "lodev". It was
installed into the prefix /opt/lo-dev.
So, I remaned everything to "lodev". It removed the inconsistence
and solved solution with the dash.
Diffstat (limited to 'sysui/desktop/mandriva')
-rwxr-xr-x | sysui/desktop/mandriva/mandriva-menus.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/mandriva/mandriva-menus.spec b/sysui/desktop/mandriva/mandriva-menus.spec index 47f64ed226cb..0c1fb01e36c2 100755 --- a/sysui/desktop/mandriva/mandriva-menus.spec +++ b/sysui/desktop/mandriva/mandriva-menus.spec @@ -317,7 +317,7 @@ fi %files -%if "%unixfilename" != "libreoffice%productversion" +%if "%unixfilename" != "libreoffice%productversion" && "%unixfilename" != "lodev%productversion" # compat symlinks %attr(0755,root,root) /opt/%unixfilename %attr(0755,root,root) /usr/bin/libreoffice%productversion |