diff options
author | Karel Zak | 2012-05-30 17:16:11 +0200 |
---|---|---|
committer | Karel Zak | 2012-06-26 20:48:22 +0200 |
commit | d2feb47fb1ddc0d8ac946328e77ed86ea6937bef (patch) | |
tree | 3333ca26eb3b4f5df76714f93c41e7e300b45c66 /tools/config-gen | |
parent | build-sys: convert login-utils/ to module (diff) | |
download | kernel-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/config-gen')
-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 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 |