--- SIDPlayer/SIDPlayer.spec.in 2000/10/05 18:01:18 1.2 +++ SIDPlayer/SIDPlayer.spec.in 2000/10/07 15:52:35 1.3 @@ -25,7 +25,7 @@ format, but it cannot run any C64 progra %setup -q %build -./configure --prefix=%{_prefix} +./configure --prefix=%{_prefix} --mandir=%{_mandir} if [ -x /usr/bin/getconf ] ; then NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN) if [ $NCPU -eq 0 ] ; then @@ -39,7 +39,7 @@ make -j $PARL %install rm -rf ${RPM_BUILD_ROOT} -make prefix=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} install +make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install %clean rm -rf ${RPM_BUILD_ROOT}