blob: 2e247b4d0bb12df94c3c04034f1fb2bb73c8bf62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Patch from: Jeff Bilyk <jbilyk@alpinelinux.org>
--- smokeping-2.6.1/htdocs/Makefile.in
+++ smokeping-2.6.1/htdocs/Makefile.in.new
@@ -214,7 +214,7 @@
cropper/cropper.uncompressed.js cropper/cropper.js
EXTRA_DIST = $(JS)
-jsdir = $(DESTDIR)$(HTDOCSDIR)
+jsdir = $(HTDOCSDIR)
nobase_js_DATA = $(JS)
all: all-am
|