Changeset 17188


Ignore:
Timestamp:
07/17/12 16:47:23 (12 years ago)
Author:
obi
Message:

enable syncipkg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extensions.h

    r17136 r17188  
    9797                drawscreen(load, 0, 0);
    9898
    99                 system("cp -a /mnt/ipkg/* /var/usr/lib/ipkg");
     99                system("syncipkg.sh");
    100100                ipkg_update();
    101101                ipkg_list();
     
    159159        else if(mode == 1)
    160160        {
    161                 system("cp -a /mnt/ipkg/* /var/usr/lib/ipkg");
     161                system("syncipkg.sh");
    162162                ipkg_list_installed();
    163163                mbox = ipkmenulist(mlist, NULL, "Ipk Remove - select file", NULL, NULL, 1, 2);
     
    258258                struct skin* load = getscreen("loading");
    259259                drawscreen(load, 0, 0);
    260                 system("cp -a /mnt/ipkg/* /var/usr/lib/ipkg");
     260                system("syncipkg.sh");
    261261                ipkg_update();
    262262                clearscreen(load);
Note: See TracChangeset for help on using the changeset viewer.