- Timestamp:
- Jan 13, 2010, 2:23:36 PM (16 years ago)
- File:
-
- 1 edited
-
ipk/runipk.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/runipk.sh
r1648 r1653 4 4 NEXT_LIST=.tmp2 5 5 6 ls -1 ~/ipk > aaf-flashbeta.txt 6 mkdir -p WWW/boot 7 rm WWW/*.ipk > /dev/null 2>&1 8 rm WWW/Packages* > /dev/null 2>&1 9 rm WWW/PlugList > /dev/null 2>&1 10 rm WWW/boot/* > /dev/null 2>&1 11 rm Packages* > /dev/null 2>&1 12 rm PlugList > /dev/null 2>&1 13 rm *.ipk > /dev/null 2>&1 14 15 cp -a ~/ipk/source/bootvideos/* ~/ipk/WWW/boot 16 17 ls -1 ~/ipk/source > aaf-flashbeta.txt 7 18 LIST_LINE=`cat aaf-flashbeta.txt` 8 19 ALLOWED=`cat ~/ipk/aaf-flashbeta_allowed` 9 20 10 cd ~/ipk/aaf-flash-beta 21 cd ~/ipk/WWW 22 chmod -R 755 `find ~/ipk/source -type d -name "CONTROL"` 23 chmod -R 755 `find ~/ipk/source -type d -name "bin"` 24 chmod -R 755 `find ~/ipk/source -type d -name "sbin"` 11 25 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 13 29 for ROUND in $ALLOWED; do 14 30 for DIR in $LIST_LINE; do … … 25 41 26 42 for DIR in $LIST; do 27 ipkg-build source/"$DIR"43 ipkg-build ~/ipk/source/"$DIR" 28 44 done 29 45
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)