From: brianna Date: Wed, 13 Jul 2022 07:45:10 +0000 (-0300) Subject: Fixed duplicate datarootdir X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a07739a7c24cb865de0283af94099fa8a643fed;p=thirdparty%2Fcollectd.git Fixed duplicate datarootdir --- diff --git a/build.sh b/build.sh index c0ccce3a5..f2a2220b9 100755 --- a/build.sh +++ b/build.sh @@ -139,7 +139,6 @@ build_cygwin() --sysconfdir="${SYSCONFDIR}" \ --localstatedir="${LOCALSTATEDIR}" \ --datarootdir="${DATAROOTDIR}" \ - --datarootdir="${DATADIR}" \ --disable-all-plugins \ --host="mingw32" \ --enable-logfile \