* bootstrap: Ensure gnulib-tests/test-*.sh are executable
2007-11-14 Jim Meyering <meyering@redhat.com>
+ Another bootstrap kludge.
+ * bootstrap: Ensure gnulib-tests/test-*.sh are executable
+
#ifdef-out matchpathcon-related code, for now.
* src/install.c (setdefaultfilecon): #ifdef-out all of the
matchpathcon-related code, until it's more efficient.
fi
fi
-# Horrible, coreutils-specific kludge.
+# Horrible, coreutils-specific kludges.
# Change paths in gnulib-tests/gnulib.mk from "../.." to "..".
m=gnulib-tests/gnulib.mk
sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
+chmod a+x gnulib-tests/test-*.sh
+
echo "$0: done. Now you can run './configure'."