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 );
}
}