aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-15 20:19:08 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-15 20:19:08 +0200
commit19de5926253c0b5a060997dbc0f33711336adfeb (patch)
treee4b6093243351c5d3f3bfe3ef3af96fa70839385 /Makefile
parent0a5f8ec4230566295e3f5b82e6083fd5b9bb2dea (diff)
downloadslackupgrade-19de5926253c0b5a060997dbc0f33711336adfeb.tar.gz
slackupgrade-19de5926253c0b5a060997dbc0f33711336adfeb.tar.bz2
Fix installation directory for configuration files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d67620..632b95d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,13 @@
PACKAGE = slackupgrade
VERSION = 1.0
SBINDIR = /sbin
MANDIR = /usr/man
MAN8DIR = $(MANDIR)/man8
-CONFDIR = /etc/slackware-system-upgrade
+CONFDIR = /etc/$(PACKAGE)
CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl
help:;
@echo "Avalable targets:"
@echo ""
@echo "$$ make install"

Return to:

Send suggestions and report system problems to the System administrator.