mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
office/libreoffice: Remove spadmin symlink.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
34c1111232
commit
3f816acd44
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ rm -f $PKG/usr/share/applications/libreoffice3-startcenter.desktop
|
|||
# Create symlinks in /usr/bin to actual binaries
|
||||
cd $PKG/usr/bin
|
||||
for FILE in \
|
||||
sbase scalc sdraw simpress smath soffice spadmin swriter unopkg ; do
|
||||
sbase scalc sdraw simpress smath soffice swriter unopkg ; do
|
||||
rm -f $FILE
|
||||
ln -sf ../../opt/libreoffice$SRCSHORT/program/$FILE $FILE ;
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue