Commit 75efc0df authored by Claes Sjofors's avatar Claes Sjofors

Distributor fix for info display, extracted bootfile removed

parent f2339b95
......@@ -701,6 +701,9 @@ int WItemPkgInfoHier::open_children( WNavBrow *brow, double x, double y, int dis
&volcount, &plclist, &plccount);
if ( EVEN(sts)) return sts;
sprintf( cmd, "cd $pwrp_tmp; rm %s; rmdir pkg_build", bootfile);
system( cmd);
sts = time_AtoAscii( &date, time_eFormat_DateAndTime, version, sizeof(version));
brow_SetNodraw( brow->ctx);
new WItemPkgInfo( brow, "NodeName", nodename, node, flow_eDest_IntoLast);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment