From d31e109e0ea845e5c94422afd1c0ee93309a8045 Mon Sep 17 00:00:00 2001 From: hpa Date: Thu, 30 Dec 2004 21:49:42 +0000 Subject: Install extlinux in /sbin, not /usr/sbin --- syslinux.spec.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'syslinux.spec.in') diff --git a/syslinux.spec.in b/syslinux.spec.in index 3076e78c..03e2e1f6 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -20,6 +20,10 @@ Requires: mtools, libc.so.6 Requires: mtools, libc.so.6()(64bit) %endif +# NOTE: extlinux belongs in /sbin, not in /usr/sbin, since it is typically +# a system bootloader, and may be necessary for system recovery. +%define _sbindir /sbin + %package devel Summary: Development environment for SYSLINUX add-on modules Group: Development/Libraries -- cgit v1.2.3