From 3a03dde86abb872997db366869919f173570f863 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 20 Apr 2006 16:41:13 +0200 Subject: [PATCH 1/1] Makefile.in: remove unused variable CONFDIR --- Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index cc8ff2f8..4b19dcdf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,6 @@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ VARDIR = /var/paraslash PKGDATADIR = @datadir@/@PACKAGE_NAME@ -CONFDIR = $(PKGDATADIR)/samples FONTDIR = $(PKGDATADIR)/fonts PICDIR = $(PKGDATADIR)/pics MANDIR = @prefix@/share/man/man1 @@ -210,8 +209,6 @@ install: all umask 022 && \ mkdir -p $(BINDIR) $(VARDIR) && \ $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \ - mkdir -p $(CONFDIR) && \ - $(install_sh) -m 644 bash_completion $(CONFDIR) mkdir -p $(FONTDIR) && \ $(install_sh) -m 644 $(FONTS) $(FONTDIR) && \ mkdir -p $(PICDIR) && \ -- 2.39.2