Changeset 2938
- Timestamp:
- Apr 15, 2010, 7:01:52 PM (16 years ago)
- File:
-
- 1 edited
-
ipk/runipk.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/runipk.sh
r2933 r2938 28 28 fi 29 29 30 if [ $MAKETYPE = "online" ];then 31 WPUTCHECK=`wput --version` 32 if [ $WPUTCHECK != "Wput Version: 0.6.2" ]; then 30 if [ "$MAKETYPE" = "online" ];then 31 WPUTCHECK=`wput --version | tr " " "\n" | tail -n1 | sed 's/\.//' | sed 's/\.//'` 32 echo WPUTCHECK $WPUTCHECK 33 if [ "$WPUTCHECK" -gt "061" ]; then 34 echo "[make-flash] wput0.6.2 ok" 35 else 33 36 echo "[make-flash] install wput0.6.2" 34 echo "[make-flash] cd /src"35 echo "[make-flash] wget ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/wput-0.6.2.tar.gz"36 echo "[make-flash] tar -zxvf wput-0.6.2.tar.gz"37 echo "[make-flash] cd wput-0.6.2"38 echo "[make-flash] ./configure"39 echo "[make-flash] make"40 echo "[make-flash] make install"37 echo "[make-flash] cd /src" 38 echo "[make-flash] wget ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/wput-0.6.2.tar.gz" 39 echo "[make-flash] tar -zxvf wput-0.6.2.tar.gz" 40 echo "[make-flash] cd wput-0.6.2" 41 echo "[make-flash] ./configure" 42 echo "[make-flash] make" 43 echo "[make-flash] make install" 41 44 exit 42 45 fi … … 155 158 ### 156 159 rm "$HOME"/ipk/pylist.tmp 157 rm -r `find "$HOME"/ipk/source -type f-name "*.py"`160 rm -r `find "$HOME"/ipk/source -type d -name "*.py"` 158 161 159 162 for DIR in $LIST; do
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)