summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2011-03-10 19:53:31 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2011-03-10 19:53:31 +0100
commit46b26349bb93b974ce23e64d09635e74f73dce3b (patch)
tree1da1b05b28886f6abe6aef4cbe712210bd4de70e /src
parentd7bedef1389ab0275c9059b476be1fbf8b300654 (diff)
cleanup
Diffstat (limited to 'src')
-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 bb84621..3ff8305 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -18,8 +18,7 @@ target_run_mkinitcpio()
}
-# installpkg(). taken from setup. modified bigtime
-# performs package installation to the target system
+# perform package installation to the target system
installpkg() {
ALL_PACKAGES=
[ -n "$var_TARGET_GROUPS" ] && ALL_PACKAGES=`list_packages group "$var_TARGET_GROUPS" | awk '{print $2}'`