Changeset 1653 for ipk


Ignore:
Timestamp:
Jan 13, 2010, 2:23:36 PM (16 years ago)
Author:
obi
Message:

[ipk] change global code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/runipk.sh

    r1648 r1653  
    44NEXT_LIST=.tmp2
    55
    6 ls -1 ~/ipk > aaf-flashbeta.txt
     6mkdir -p WWW/boot
     7rm WWW/*.ipk > /dev/null 2>&1
     8rm WWW/Packages* > /dev/null 2>&1
     9rm WWW/PlugList > /dev/null 2>&1
     10rm WWW/boot/* > /dev/null 2>&1
     11rm Packages* > /dev/null 2>&1
     12rm PlugList > /dev/null 2>&1
     13rm *.ipk > /dev/null 2>&1
     14
     15cp -a ~/ipk/source/bootvideos/* ~/ipk/WWW/boot
     16
     17ls -1 ~/ipk/source > aaf-flashbeta.txt
    718LIST_LINE=`cat aaf-flashbeta.txt`
    819ALLOWED=`cat ~/ipk/aaf-flashbeta_allowed`
    920
    10 cd ~/ipk/aaf-flash-beta
     21cd ~/ipk/WWW   
     22chmod -R 755 `find ~/ipk/source -type d -name "CONTROL"`
     23chmod -R 755 `find ~/ipk/source -type d -name "bin"`
     24chmod -R 755 `find ~/ipk/source -type d -name "sbin"`   
    1125
    12 #cp /var/www/web16/web/ufs910-e2/aaf-flash-beta/civer/*.ipk /var/www/web16/web/ufs910-e2/aaf-flash-beta
     26# for externel files
     27#cp ~/WWW/civer/*.ipk ~/WWW
     28
    1329for ROUND in $ALLOWED; do
    1430        for DIR in $LIST_LINE; do
     
    2541
    2642for DIR in $LIST; do
    27         ipkg-build source/"$DIR"
     43        ipkg-build ~/ipk/source/"$DIR"
    2844done
    2945
Note: See TracChangeset for help on using the changeset viewer.