# | Line 25 | Line 25 | format, but it cannot run any C64 progra | |
---|---|---|
25 | %setup -q | |
26 | ||
27 | %build | |
28 | < | ./configure --prefix=%{_prefix} |
28 | > | ./configure --prefix=%{_prefix} --mandir=%{_mandir} |
29 | if [ -x /usr/bin/getconf ] ; then | |
30 | NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN) | |
31 | if [ $NCPU -eq 0 ] ; then | |
# | Line 39 | Line 39 | make -j $PARL | |
39 | ||
40 | %install | |
41 | rm -rf ${RPM_BUILD_ROOT} | |
42 | < | make prefix=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} install |
42 | > | make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install |
43 | ||
44 | %clean | |
45 | rm -rf ${RPM_BUILD_ROOT} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |