Ignore:
Timestamp:
12/30/2023 07:14:39 PM (4 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
fe765cd0
Parents:
c05d5f5
git-author:
Pierre Labastie <pierre.labastie@…> (12/30/2023 07:10:30 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/30/2023 07:14:39 PM)
Message:

libreoffice: don't hardcode the symlink

Presently, we do "ln -s libreoffice-<version> /opt/libreoffice"
but we use $LO_PREFIX everywhere else. So if $LO_PREFIX is not
equal to libreoffice-<version>, the symlink is broken. Use
"ln -s $LO_PREFIX /opt/libreoffice instead".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/libreoffice.xml

    rc05d5f5 r8097885  
    527527
    528528  # Set up a generic location independent of version number
    529   ln -sfv libreoffice-&libreoffice-dlversion; /opt/libreoffice
     529  ln -sfv $LO_PREFIX /opt/libreoffice
    530530
    531531  # Icons
Note: See TracChangeset for help on using the changeset viewer.