diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-04-30 18:17:13 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-04-30 18:17:13 +0000 |
commit | 95a795e899bd9bdbbb5de91a499a9f31caae9901 (patch) | |
tree | 516330a0c7fbcbe9931882bd1cd418e91b6665f4 | |
parent | Remove prctl patch (diff) | |
download | netdata-95a795e899bd9bdbbb5de91a499a9f31caae9901.tar.xz netdata-95a795e899bd9bdbbb5de91a499a9f31caae9901.zip |
Refresh patch 0001
Diffstat (limited to '')
-rw-r--r-- | debian/patches/0001-linked-js-css-fonts-removed-from-make.patch | 12 |
1 files changed, 4 insertions, 8 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 db0f99b8c..a58527afb 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 @@ -7,11 +7,9 @@ Subject: linked js/css/fonts removed from make web/Makefile.am | 35 ----------------------------------- 2 files changed, 77 deletions(-) -diff --git a/python.d/Makefile.am b/python.d/Makefile.am -index 883f06c..a163fe7 100644 --- a/python.d/Makefile.am +++ b/python.d/Makefile.am -@@ -53,45 +53,3 @@ dist_pythonmodules_DATA = \ +@@ -55,45 +55,3 @@ python_modules/msg.py \ python_modules/lm_sensors.py \ $(NULL) @@ -57,8 +55,6 @@ index 883f06c..a163fe7 100644 - python_modules/pyyaml3/serializer.py \ - python_modules/pyyaml3/tokens.py \ - $(NULL) -diff --git a/web/Makefile.am b/web/Makefile.am -index 396cf0b..e14cc57 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -4,10 +4,6 @@ @@ -72,7 +68,7 @@ index 396cf0b..e14cc57 100644 dashboard.html \ dashboard.js \ dashboard_info.js \ -@@ -25,15 +21,6 @@ dist_web_DATA = \ +@@ -26,15 +22,6 @@ version.txt \ $(NULL) @@ -88,7 +84,7 @@ index 396cf0b..e14cc57 100644 weblibdir=$(webdir)/lib dist_weblib_DATA = \ lib/bootstrap-3.3.7.min.js \ -@@ -62,23 +49,11 @@ dist_webcss_DATA = \ +@@ -63,23 +50,11 @@ css/bootstrap-theme-3.3.7.min.css \ css/bootstrap-slate-flat-3.3.7.css \ css/bootstrap-toggle-2.2.2.min.css \ @@ -112,7 +108,7 @@ index 396cf0b..e14cc57 100644 $(NULL) webimagesdir=$(webdir)/images -@@ -105,16 +80,6 @@ dist_webimages_DATA = \ +@@ -106,16 +81,6 @@ images/seo-performance-multi-size.icns \ $(NULL) |