From: Karel Zak Date: Fri, 26 Jan 2007 19:01:39 +0000 (+0100) Subject: raw: move the raw command to /sbin X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f88ee97319e2662c7a6369f5f3565c9b03ac065;p=util-linux raw: move the raw command to /sbin The raw command could be used from udev scripts. Signed-off-by: Karel Zak --- diff --git a/disk-utils/Makefile.am b/disk-utils/Makefile.am index d9f2895c..6915e11e 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