aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
@@ -12,25 +12,25 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with slackupgrade. If not, see
# <http://www.gnu.org/licenses/>.
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"
@echo " Installs the program. Influential variables:"
@echo " SBINDIR - directory to install system binaries to ($(SBINDIR))"
@echo " MANDIR - toplevel directory for man page installation ($(MANDIR))"
@echo ""
@echo "$$ make install-sbin"
@echo " Installs only the slackupgrade script."

Return to:

Send suggestions and report system problems to the System administrator.