]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Fixed duplicate datarootdir
authorbrianna <BriannasTalkingDrum@gmail.com>
Wed, 13 Jul 2022 07:45:10 +0000 (04:45 -0300)
committerMatthias Runge <mrunge@matthias-runge.de>
Tue, 6 Sep 2022 06:25:12 +0000 (08:25 +0200)
build.sh

index c0ccce3a5919dbdde3888c9bd8244bcc41040693..f2a2220b9174a05109bb88236139b9b1ac4907aa 100755 (executable)
--- 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 \