skype: fix the script wrapper to work with x86_64.
This commit is contained in:
parent
f1606b710c
commit
f7e1b296c8
@ -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 "$@"
|
||||
|
@ -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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user