From 9f34485bed2aa77e312575dc0217d9ad672755d4 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 12 Dec 2010 19:59:14 +0100 Subject: cleanup some TODO's and other cruft --- src/core/libs/lib-software.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 caf5d92..467e658 100644 --- a/src/core/libs/lib-software.sh +++ b/src/core/libs/lib-software.sh @@ -44,7 +44,6 @@ installpkg() { notify "Package installation will begin now. You can watch the output in the progress window. Please be patient." - #TODO: There may be something wrong here. See http://projects.archlinux.org/?p=installer.git;a=commitdiff;h=f504e9ecfb9ecf1952bd8dcce7efe941e74db946 ASKDEV (Simo) run_controlled pacman_installpkg "$PACMAN_TARGET --noconfirm -S $ALL_PACKAGES" $TMP_PACMAN_LOG "Installing... Please Wait" local _result='' @@ -80,4 +79,4 @@ target_locale-gen () { inform "Generating glibc base locales..." chroot ${var_TARGET_DIR} locale-gen >/dev/null -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf