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 /htdocs | |
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 'htdocs')
-rw-r--r-- | htdocs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/Makefile.am b/htdocs/Makefile.am index 7f07b96..1398a1e 100644 --- a/htdocs/Makefile.am +++ b/htdocs/Makefile.am @@ -23,7 +23,7 @@ JS = cropper/smokeping-zoom.js cropper/lib/unittest.js cropper/lib/slider.js cro EXTRA_DIST = $(JS) -jsdir = $(DESTDIR)$(HTDOCSDIR) +jsdir = $(HTDOCSDIR) nobase_js_DATA = $(JS) install-data-local: |