aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--slackupgrade2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d67620..632b95d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ VERSION = 1.0
21SBINDIR = /sbin 21SBINDIR = /sbin
22MANDIR = /usr/man 22MANDIR = /usr/man
23MAN8DIR = $(MANDIR)/man8 23MAN8DIR = $(MANDIR)/man8
24CONFDIR = /etc/slackware-system-upgrade 24CONFDIR = /etc/$(PACKAGE)
25CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl 25CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl
26 26
27help:; 27help:;
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.