From af4d961088e994bb365e81bd17ab5f29934c5d9b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 5 Aug 2013 09:42:22 -0400 Subject: [PATCH] Fixing %doc path. --- syslinux.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/syslinux.spec b/syslinux.spec index 5c6a464..8712cfa 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -91,8 +91,8 @@ make install-all \ MANDIR=%{_mandir} INCDIR=%{_includedir} \ TFTPBOOT=/tftpboot EXTLINUXDIR=/boot/extlinux -mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/sample -install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}-%{version}/sample/ +mkdir -p %{buildroot}/%{_docdir}/%{name}/sample +install -m 644 sample/sample.* %{buildroot}/%{_docdir}/%{name}/sample/ mkdir -p %{buildroot}/etc ( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . ) @@ -166,6 +166,9 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Mon Aug 05 2013 Peter Jones - 4.05-7 +- Fixing %%doc path. + * Sun Aug 04 2013 Fedora Release Engineering - 4.05-7 - 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 x86_64 patch; building without it works now. -* Tue Feb 21 2008 Peter Jones - 3.61-1 +* Thu Feb 21 2008 Peter Jones - 3.61-1 - Update to 3.61 . * Tue Feb 19 2008 Fedora Release Engineering - 3.36-9