Changes

Jump to navigation Jump to search
Line 205: Line 205:  
* Try to build it
 
* Try to build it
 
  make mockbuild
 
  make mockbuild
 +
 +
:* IF 64 BITS SYSTEM:
 +
BUILDARCH=x86_64 make mockbuild
 +
 +
:* IF 32 BITS SYSTEM:
 +
BUILDARCH=i386 make mockbuild
    
* Once it builds cleanly on local mock, commit the changes to CVS. Note that you cannot submit the build yet as it will fail due to the new source.
 
* Once it builds cleanly on local mock, commit the changes to CVS. Note that you cannot submit the build yet as it will fail due to the new source.

Navigation menu