skype: fix the script wrapper to work with x86_64.
This commit is contained in:
@@ -5,4 +5,4 @@ if [ "$MACHINE" = "x86_64" ]; then
|
|||||||
export LD_LIBRARY_PATH=/usr/lib32
|
export LD_LIBRARY_PATH=/usr/lib32
|
||||||
fi
|
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'
|
# Template file for 'skype'
|
||||||
pkgname=skype
|
pkgname=skype
|
||||||
version=4.2.0.13
|
version=4.2.0.13
|
||||||
revision=5
|
revision=6
|
||||||
build_style=meta
|
build_style=meta
|
||||||
short_desc="P2P software for high-quality voice communication"
|
short_desc="P2P software for high-quality voice communication"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|||||||
Reference in New Issue
Block a user