diff options
author | Karel Zak <kzak@redhat.com> | 2012-05-30 17:16:11 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-06-26 20:48:22 +0200 |
commit | d2feb47fb1ddc0d8ac946328e77ed86ea6937bef (patch) | |
tree | 3333ca26eb3b4f5df76714f93c41e7e300b45c66 /tools | |
parent | ffeb280566d90fce742af31467f6ee29912bf935 (diff) | |
download | util-linux-d2feb47fb1ddc0d8ac946328e77ed86ea6937bef.tar.gz |
build-sys: convert mount/ to module, rename to mount-deprecated/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/config-gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config-gen b/tools/config-gen index 720c5a7d..72cefc9b 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 |