]> arthur.barton.de Git - netdata.git/commitdiff
# fix PKG_CHECK_MODULES error
authorKarl Chen <kn007@users.noreply.github.com>
Thu, 21 Apr 2016 14:39:59 +0000 (22:39 +0800)
committerKarl Chen <kn007@users.noreply.github.com>
Thu, 21 Apr 2016 14:39:59 +0000 (22:39 +0800)
netdata-installer.sh

index 06a283df9a4f9be426730a562422bba0909fd4c8..e1a93ee0efb3bac609c5c62467938d24760684f8 100755 (executable)
@@ -3,6 +3,9 @@
 # reload the user profile
 [ -f /etc/profile ] && . /etc/profile
 
+# fix PKG_CHECK_MODULES error
+export ACLOCAL_PATH=/usr/share/aclocal
+
 LC_ALL=C
 
 # you can set CFLAGS before running installer