xvidcore: shared lib perms should be 0755, make it so. Bumprev.
This commit is contained in:
parent
88cd6dbd26
commit
79deac94b4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xvidcore'
|
||||
pkgname=xvidcore
|
||||
version=1.2.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="$pkgname"
|
||||
distfiles="http://downloads.xvid.org/downloads/$pkgname-$version.tar.bz2"
|
||||
build_wrksrc="build/generic"
|
||||
|
@ -25,4 +25,5 @@ post_install()
|
|||
local mylib=$(basename libxvidcore.so.*)
|
||||
ln -sf ${mylib} libxvidcore.so.4
|
||||
ln -sf ${mylib} libxvidcore.so
|
||||
chmod 755 ${DESTDIR}/usr/lib/libxvidcore.so.*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue