diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 22:39:33 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 22:39:33 -0800 |
commit | c22a4dc4322f2119b99598efd84af0336ca509c9 (patch) | |
tree | 638c23b83092cb2dac0dc465564ff38b90703b34 /syslinux.spec.in | |
parent | ef1f921c0f1a22255b0401f3da383ca32def3cc3 (diff) | |
download | syslinux-c22a4dc4322f2119b99598efd84af0336ca509c9.tar.gz |
specfile: install the man pages into %{_mandir}syslinux-3.553.5x
Diffstat (limited to 'syslinux.spec.in')
-rw-r--r-- | syslinux.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in index f6d07c62..d315bf49 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -77,7 +77,7 @@ mkdir -p %{buildroot}/boot/extlinux %{buildroot}/etc mkdir -p %{buildroot}/tftpboot/pxelinux.cfg make CC='%{my_cc}' install-all \ INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \ - LIBDIR=%{_datadir} INCDIR=%{_includedir} + LIBDIR=%{_datadir} MANDIR=%{_mandir} INCDIR=%{_includedir} make CC='%{my_cc}' -C sample tidy cp mkdiskimage syslinux2ansi.pl keytab-lilo.pl %{buildroot}%{_datadir}/syslinux |