summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 14a795ffd..2bcbda758 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,7 +14,7 @@ cd $srcdir
DIE=0
HAS_GTKDOC=1
-test -f mount/mount.c || {
+test -f sys-utils/mount.c || {
echo
echo "You must run this script in the top-level util-linux directory"
echo