summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-12 19:59:14 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-12 19:59:14 +0100
commit9f34485bed2aa77e312575dc0217d9ad672755d4 (patch)
tree00eebdb0b74f251f05c91e83329c4b7c8aef9edb /src/core/libs/lib-software.sh
parent780ecacd6e3a69b238834044342e2d7b9bedd90a (diff)
cleanup some TODO's and other cruft
Diffstat (limited to 'src/core/libs/lib-software.sh')
-rw-r--r--src/core/libs/lib-software.sh3
1 files changed, 1 insertions, 2 deletions
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
+}