From d06c0d0403c0747bd088e25ca28329c710dedf73 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 4 Nov 2008 11:06:05 +0100 Subject: fixes for cleaner package installation --- src/core/libs/lib-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/libs/lib-software.sh') diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh index dd717ca..77f99ec 100644 --- a/src/core/libs/lib-software.sh +++ b/src/core/libs/lib-software.sh @@ -23,7 +23,7 @@ run_mkinitcpio() installpkg() { notify "Package installation will begin now. You can watch the output in the progress window. Please be patient." target_special_fs on - run_background pacman-installpkg "$PACMAN_TARGET -S $PACKAGES" /tmp/pacman.log + run_background pacman-installpkg "$PACMAN_TARGET -S $TARGET_PACKAGES" /tmp/pacman.log follow_progress " Installing... Please Wait " /tmp/pacman.log wait_for pacman-installpkg -- cgit v1.2.3-54-g00ecf