Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

39 Commits   2 Branches   2 Tags
Index: update_pkgs
===================================================================
--- update_pkgs	(revision 34)
+++ update_pkgs	(revision 35)
@@ -80,7 +80,7 @@
     }
     print "Update $target ...\n" if ( $verbose );
     _kxLab::system( "mkdir -p $rootfs_dest_dir" );
-    _kxLab::system( "cd $cdir; $updatepkg --ignore-chrefs-errors --root=$rootfs_dest_dir $pkg" );
+    _kxLab::system( "cd $cdir; $updatepkg --reinstall --ignore-chrefs-errors --root=$rootfs_dest_dir $pkg" );
     rootfs( $rootfs_dest_dir, $target );
   }
 }