From ec2dfe9effdb47d9eb26bc11e4ad0d56d3060412 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 4 Nov 2008 15:38:40 +0100 Subject: bugfix for yaourt installing --- unofficial/modules/yaourt/libs/lib-yaourt-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unofficial/modules') diff --git a/unofficial/modules/yaourt/libs/lib-yaourt-sh b/unofficial/modules/yaourt/libs/lib-yaourt-sh index 79730dc..e7777ce 100644 --- a/unofficial/modules/yaourt/libs/lib-yaourt-sh +++ b/unofficial/modules/yaourt/libs/lib-yaourt-sh @@ -8,7 +8,7 @@ _runtime_yaourt () then target_add_pacman_repo archlinuxfr 'Server = http://repo.archlinux.fr/i686' fi - PACMAN_TARGET -Sy yaourt + $PACMAN_TARGET -Sy yaourt || die_error "_runtime_yaourt Cannot install yaourt" YAOURT=`sed 's/pacman/yaourt/' <<< $PACMAN` YAOURT_TARGET=`sed 's/pacman/yaourt/' <<< $PACMAN_TARGET` } -- cgit v1.2.3-54-g00ecf