This commit is contained in:
parent
1156231a5b
commit
abc1fd794e
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@ tar -xvf dwarfs-%{version}-Linux-%{_arch}.tar.xz
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_mandir}
|
mkdir -p %{buildroot}%{_mandir}
|
||||||
|
|
||||||
cp -vr dwarfs-%{version}-Linux-%{_arch}-clang/bin/ %{buildroot}%{_bindir}
|
cp -vr dwarfs-%{version}-Linux-%{_arch}/bin/ %{buildroot}%{_bindir}
|
||||||
cp -vr dwarfs-%{version}-Linux-%{_arch}-clang/sbin/* %{buildroot}%{_bindir} # bin and sbin are the same in fedora
|
cp -vr dwarfs-%{version}-Linux-%{_arch}/sbin/* %{buildroot}%{_bindir} # bin and sbin are the same in fedora
|
||||||
cp -vr dwarfs-%{version}-Linux-%{_arch}-clang/share/man/* %{buildroot}%{_mandir} # bin and sbin are the same in fedora
|
cp -vr dwarfs-%{version}-Linux-%{_arch}/share/man/* %{buildroot}%{_mandir} # bin and sbin are the same in fedora
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/pxattr
|
%{_bindir}/pxattr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue