diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-05 12:09:40 +0200 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-10-05 12:09:40 +0200 |
commit | 0a83e73c871b94d2c8df4abe18034ab1fd41e202 (patch) | |
tree | 8711a6b54b381f76b84c370dcb584a718121c0b1 /etc | |
parent | f1601f6f97589e5011f10ff1b528606903dd8c62 (diff) | |
download | smokeping-0a83e73c871b94d2c8df4abe18034ab1fd41e202.tar.gz smokeping-0a83e73c871b94d2c8df4abe18034ab1fd41e202.tar.xz |
no need to mention DESTDIR in normal Makefile.am use ... only in command options. Thanks to Jeff Bilyk for tha patch.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |