summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorKarel Zak2007-01-26 20:01:39 +0100
committerKarel Zak2007-01-26 20:01:39 +0100
commit3f88ee97319e2662c7a6369f5f3565c9b03ac065 (patch)
tree777540d230616f59a9baf1be1a72dabd96c4467d /disk-utils
parentraw: don't accept raw0 as a target name (diff)
downloadkernel-qcow2-util-linux-3f88ee97319e2662c7a6369f5f3565c9b03ac065.tar.gz
kernel-qcow2-util-linux-3f88ee97319e2662c7a6369f5f3565c9b03ac065.tar.xz
kernel-qcow2-util-linux-3f88ee97319e2662c7a6369f5f3565c9b03ac065.zip
raw: move the raw command to /sbin
The raw command could be used from udev scripts. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am
index d9f2895cc..6915e11e7 100644
--- a/disk-utils/Makefile.am
+++ b/disk-utils/Makefile.am
@@ -18,7 +18,7 @@ endif
if HAVE_RAW
if BUILD_RAW
-usrbinexec_PROGRAMS += raw
+sbin_PROGRAMS += raw
man_MANS += raw.8
endif
endif