Update srcpkgs/libreoffice-bin/template
Fix symlink to programs in /usr/bin
This commit is contained in:
parent
b158ec2de5
commit
22a3895e5b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libreoffice-bin'
|
||||
pkgname=libreoffice-bin
|
||||
version=4.0.0.3
|
||||
revision=1
|
||||
revision=2
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
homepage="http://www.libreoffice.org/"
|
||||
license="LGPL-3"
|
||||
|
@ -49,6 +49,6 @@ do_install() {
|
|||
programs="soffice scalc swriter simpress sdraw sbase"
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
for a in ${programs} ; do
|
||||
ln -fs ${p}/program/$a ${DESTDIR}/usr/bin/$a
|
||||
ln -fs ${p}/$a ${DESTDIR}/usr/bin/$a
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue