Changeset 4545


Ignore:
Timestamp:
07/21/08 11:10:16 (5 years ago)
Author:
tick
Message:

opkg: write the status change after actually updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/opkg.c

    r4528 r4545  
    657657  if (err) 
    658658    return OPKG_UNKNOWN_ERROR; 
     659 
     660  /* write out status files and file lists */ 
     661  opkg_conf_write_status_files (opkg->conf); 
     662  pkg_write_changed_filelists (opkg->conf); 
     663 
    659664  progress (pdata, 100); 
    660665  opkg_package_free (pdata.package); 
Note: See TracChangeset for help on using the changeset viewer.