From f7e1b296c809f4a22d60656ab4b8dbea751c76b3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Jun 2014 08:35:07 +0200 Subject: [PATCH] skype: fix the script wrapper to work with x86_64. --- srcpkgs/skype/files/skype.sh | 2 +- srcpkgs/skype/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/skype/files/skype.sh b/srcpkgs/skype/files/skype.sh index 69020009d9d..7a397e27649 100644 --- a/srcpkgs/skype/files/skype.sh +++ b/srcpkgs/skype/files/skype.sh @@ -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 "$@" diff --git a/srcpkgs/skype/template b/srcpkgs/skype/template index 49f110f2773..edb460c52be 100644 --- a/srcpkgs/skype/template +++ b/srcpkgs/skype/template @@ -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 "