aboutsummaryrefslogtreecommitdiff
path: root/slackupgrade
diff options
context:
space:
mode:
Diffstat (limited to 'slackupgrade')
-rw-r--r--slackupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/slackupgrade b/slackupgrade
index 30bfa9c..e4335a0 100644
--- a/slackupgrade
+++ b/slackupgrade
@@ -576,7 +576,7 @@ done
576# Build a list of installed packages 576# Build a list of installed packages
577ls /var/log/packages |\ 577ls /var/log/packages |\
578 sed -r -e 's/-[^-]+-(i386|x86(_64)?|arm|noarch|fw)-[[:digit:]]+(_.*)?//' |\ 578 sed -r -e 's/-[^-]+-(i386|x86(_64)?|arm|noarch|fw)-[[:digit:]]+(_.*)?//' |\
579 sort > $installed_list 579 sort -u > $installed_list
580 580
581# Build a list of packages to install 581# Build a list of packages to install
582(if [ -n "$install_all" ]; then 582(if [ -n "$install_all" ]; then

Return to:

Send suggestions and report system problems to the System administrator.