ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/mon/mon.spec.in
(Generate patch)

Comparing mon/mon.spec.in (file contents):
Revision 1.3 by cebix, 2000-10-05T18:01:28Z vs.
Revision 1.4 by cebix, 2000-10-07T15:51:03Z

# Line 24 | Line 24 | PowerPC, 680x0, 80x86, 6502 and 8080 dis
24   %setup -q
25  
26   %build
27 < ./configure --prefix=%{_prefix}
27 > ./configure --prefix=%{_prefix} --mandir=%{_mandir}
28   if [ -x /usr/bin/getconf ] ; then
29    NCPU=$(/usr/bin/getconf _NPROCESSORS_ONLN)
30    if [ $NCPU -eq 0 ] ; then
# Line 38 | Line 38 | make -j $PARL
38  
39   %install
40   rm -rf ${RPM_BUILD_ROOT}
41 < make prefix=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} install
41 > make prefix=%{_prefix} mandir=%{_mandir} DESTDIR=${RPM_BUILD_ROOT} install
42  
43   %clean
44   rm -rf ${RPM_BUILD_ROOT}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines