This commit is contained in:
parent
40b45d8e52
commit
80eda8e43d
1 changed files with 3 additions and 3 deletions
|
|
@ -30,8 +30,8 @@ mkdir -p %{buildroot}%{_datadir}/zsh
|
|||
|
||||
cp -vr dwarfs-%{version}-Linux-%{_arch}/bin/ %{buildroot}%{_bindir}
|
||||
# cp -vr dwarfs-%{version}-Linux-%{_arch}/sbin/* %{buildroot}%{_bindir} # bin and sbin are the same in fedora
|
||||
ln -s %{buildroot}%{_bindir}/dwarfs mount.dwarfs
|
||||
ln -s %{buildroot}%{_bindir}/dwarfs2 mount.dwarfs2
|
||||
ln -s dwarfs %{buildroot}%{_bindir}/mount.dwarfs
|
||||
ln -s dwarfs2 %{buildroot}%{_bindir}/mount.dwarfs2
|
||||
|
||||
cp -vr dwarfs-%{version}-Linux-%{_arch}/share/man/* %{buildroot}%{_mandir} # bin and sbin are the same in fedora
|
||||
cp -vr dwarfs-%{version}-Linux-%{_arch}/share/applications/* %{buildroot}%{_datadir}/applications/
|
||||
|
|
@ -61,7 +61,7 @@ cp -vr dwarfs-%{version}-Linux-%{_arch}/share/zsh/* %{buildroot}%{_datadir}/zsh/
|
|||
%{_datadir}/zsh/site-functions/_dwarfsextract
|
||||
%{_datadir}/zsh/site-functions/_mkdwarfs
|
||||
|
||||
%{_datadir}/mime/dwarfs.xml
|
||||
%{_datadir}/mime/packages/dwarfs.xml
|
||||
|
||||
%{_mandir}/man1/dwarfs.1.gz
|
||||
%{_mandir}/man1/dwarfsck.1.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue