From 0a83e73c871b94d2c8df4abe18034ab1fd41e202 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Wed, 5 Oct 2011 12:09:40 +0200 Subject: no need to mention DESTDIR in normal Makefile.am use ... only in command options. Thanks to Jeff Bilyk for tha patch. --- etc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/Makefile.am b/etc/Makefile.am index c38d88a..70f7edd 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -17,5 +17,5 @@ EXTRA_DIST = basepage.html.dist config.dist smokemail.dist smokeping_secrets.dist tmail.dist -etcdir = $(DESTDIR)$(sysconfdir) +etcdir = $(sysconfdir) etc_DATA = $(EXTRA_DIST) -- cgit v1.2.3-24-g4f1b