diff options
author | Lennart Weller <lhw@ring0.de> | 2016-06-14 14:14:44 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2016-06-14 14:14:44 +0000 |
commit | 6dcceebe8a45dcdfa2dd6443874e01a2cc064750 (patch) | |
tree | a9d1aeaaf50f85dba474e9e5ec14fadb20cf85e2 | |
parent | also remove d3.js in favor of debian package linking (diff) | |
download | netdata-6dcceebe8a45dcdfa2dd6443874e01a2cc064750.tar.xz netdata-6dcceebe8a45dcdfa2dd6443874e01a2cc064750.zip |
mistakenly deleted c3 js/css. both are not yet packaged
-rw-r--r-- | debian/patches/0001-linked-js-css-fonts-removed-from-make.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch b/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch index afc3ab160..d3e860180 100644 --- a/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch +++ b/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch @@ -3,14 +3,14 @@ Date: Wed, 25 May 2016 13:15:40 +0200 Subject: linked js/css/fonts removed from make --- - web/Makefile.am | 29 ----------------------------- - 1 file changed, 29 deletions(-) + web/Makefile.am | 27 --------------------------- + 1 file changed, 27 deletions(-) diff --git a/web/Makefile.am b/web/Makefile.am -index 174ef22..494295d 100644 +index 174ef22..6a33a1e 100644 --- a/web/Makefile.am +++ b/web/Makefile.am -@@ -20,59 +20,30 @@ dist_web_DATA = \ +@@ -20,59 +20,32 @@ dist_web_DATA = \ version.txt \ $(NULL) @@ -38,7 +38,7 @@ index 174ef22..494295d 100644 lib/ElementQueries.js \ lib/ResizeSensor.js \ lib/bootstrap-toggle.min.js \ -- lib/c3.min.js \ + lib/c3.min.js \ - lib/d3.min.js \ lib/gauge.min.js \ $(NULL) @@ -51,7 +51,7 @@ index 174ef22..494295d 100644 css/bootstrap.slate.min.css \ - css/font-awesome.min.css \ css/bootstrap-toggle.min.css \ -- css/c3.min.css \ + css/c3.min.css \ $(NULL) webfontsdir=$(webdir)/fonts |