]> err.no Git - util-linux/commitdiff
raw: move the raw command to /sbin
authorKarel Zak <kzak@redhat.com>
Fri, 26 Jan 2007 19:01:39 +0000 (20:01 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Jan 2007 19:01:39 +0000 (20:01 +0100)
The raw command could be used from udev scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/Makefile.am

index d9f2895cce4d58db1e83619d09cb7e66cd555816..6915e11e79928365415d335d5ad61c5841d32b30 100644 (file)
@@ -18,7 +18,7 @@ endif
 
 if HAVE_RAW
 if BUILD_RAW
-usrbinexec_PROGRAMS += raw
+sbin_PROGRAMS += raw
 man_MANS += raw.8
 endif
 endif