summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKarel Zak2012-05-30 17:16:11 +0200
committerKarel Zak2012-06-26 20:48:22 +0200
commitd2feb47fb1ddc0d8ac946328e77ed86ea6937bef (patch)
tree3333ca26eb3b4f5df76714f93c41e7e300b45c66 /tools
parentbuild-sys: convert login-utils/ to module (diff)
downloadkernel-qcow2-util-linux-d2feb47fb1ddc0d8ac946328e77ed86ea6937bef.tar.gz
kernel-qcow2-util-linux-d2feb47fb1ddc0d8ac946328e77ed86ea6937bef.tar.xz
kernel-qcow2-util-linux-d2feb47fb1ddc0d8ac946328e77ed86ea6937bef.zip
build-sys: convert mount/ to module, rename to mount-deprecated/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/config-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config-gen b/tools/config-gen
index 720c5a7dd..72cefc9bc 100755
--- a/tools/config-gen
+++ b/tools/config-gen
@@ -3,7 +3,7 @@
# Copyright (C) 2011 Karel Zak <kzak@redhat.com>
#
-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