skype: fix the script wrapper to work with x86_64.

This commit is contained in:
Juan RP 2014-06-10 08:35:07 +02:00
parent f1606b710c
commit f7e1b296c8
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@ if [ "$MACHINE" = "x86_64" ]; then
export LD_LIBRARY_PATH=/usr/lib32
fi
PULSE_LATENCY_MSEC=30 exec /usr/lib/skype/skype "$@"
PULSE_LATENCY_MSEC=30 exec /usr/lib32/skype/skype "$@"

View File

@ -1,7 +1,7 @@
# Template file for 'skype'
pkgname=skype
version=4.2.0.13
revision=5
revision=6
build_style=meta
short_desc="P2P software for high-quality voice communication"
maintainer="Juan RP <xtraeme@gmail.com>"