Fixing %doc path.
This commit is contained in:
parent
5000c3a4d6
commit
af4d961088
@ -91,8 +91,8 @@ make install-all \
|
|||||||
MANDIR=%{_mandir} INCDIR=%{_includedir} \
|
MANDIR=%{_mandir} INCDIR=%{_includedir} \
|
||||||
TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux
|
TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux
|
||||||
|
|
||||||
mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample
|
mkdir -p %{buildroot}/%{_docdir}/%{name}/sample
|
||||||
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/
|
install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}/sample/
|
||||||
mkdir -p %{buildroot}/etc
|
mkdir -p %{buildroot}/etc
|
||||||
( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . )
|
( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . )
|
||||||
|
|
||||||
@ -166,6 +166,9 @@ elif [ -f /boot/extlinux.conf ]; then \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 05 2013 Peter Jones <pjones@redhat.com> - 4.05-7
|
||||||
|
- Fixing %%doc path.
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.05-7
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.05-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
@ -249,7 +252,7 @@ fi
|
|||||||
- Remove 16bpp patch, hpa says that's there to cover a bug that's fixed.
|
- Remove 16bpp patch, hpa says that's there to cover a bug that's fixed.
|
||||||
- Remove x86_64 patch; building without it works now.
|
- Remove x86_64 patch; building without it works now.
|
||||||
|
|
||||||
* Tue Feb 21 2008 Peter Jones <pjones@redhat.com> - 3.61-1
|
* Thu Feb 21 2008 Peter Jones <pjones@redhat.com> - 3.61-1
|
||||||
- Update to 3.61 .
|
- Update to 3.61 .
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.36-9
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.36-9
|
||||||
|
Loading…
Reference in New Issue
Block a user