Used /usr/sbin directory instead of /sbin
This commit is contained in:
parent
15ff7d549e
commit
55bcb0a2a8
@ -1,7 +1,7 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
|
||||
Version: 3.0.23
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/System
|
||||
Source0: http://www.daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
|
||||
@ -23,7 +23,7 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_B
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install-bin install-man install-symlinks PREFIX=%{_prefix} SBINDIR=/sbin
|
||||
make DESTDIR=%{buildroot} install-bin install-man install-symlinks PREFIX=%{_prefix}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
@ -31,12 +31,15 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog COPYING doc/*-2.x
|
||||
/sbin/*
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man8/*
|
||||
%{_mandir}/de/man8/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 22 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.23-3
|
||||
- Used /usr/sbin directory instead of /sbin
|
||||
|
||||
* Fri Nov 22 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.23-2
|
||||
- Fixed dosfsck on big endian platforms
|
||||
Resolves: rhbz#1029695
|
||||
|
||||
Loading…
Reference in New Issue
Block a user