summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorpaulfantom <pawel@krupa.net.pl>2018-09-08 13:29:57 +0200
committerpaulfantom <pawel@krupa.net.pl>2018-09-08 13:29:57 +0200
commitefc8e0073dfe6f780d903129ab8438621993e732 (patch)
treea50e79354f3ea4f6395f744e66461bb447dd0d66 /contrib
parentcd3cef55d6e0081af39856e71e42164beebf8eb5 (diff)
remove script with one command
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/rhel/build-netdata-rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rhel/build-netdata-rpm.sh b/contrib/rhel/build-netdata-rpm.sh
index 0519690917..efd5c42d64 100755
--- a/contrib/rhel/build-netdata-rpm.sh
+++ b/contrib/rhel/build-netdata-rpm.sh
@@ -8,7 +8,7 @@ source "installer/functions.sh" || exit 1
set -e
-run ./autogen.sh
+run autoreconf -ivf
run ./configure --enable-maintainer-mode
run make dist