raw: move the raw command to /sbin

The raw command could be used from udev scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2007-01-26 20:01:39 +01:00
parent 34ab1590bd
commit 3f88ee9731
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endif
if HAVE_RAW
if BUILD_RAW
usrbinexec_PROGRAMS += raw
sbin_PROGRAMS += raw
man_MANS += raw.8
endif
endif