wok-stable diff fxload/receipt @ rev 8498
Up: libwebkit to 1.2.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Feb 10 02:57:28 2011 +0000 (2011-02-10) |
parents | ef616884d9ee |
children |
line diff
1.1 --- a/fxload/receipt Wed Oct 08 17:05:29 2008 +0000 1.2 +++ b/fxload/receipt Thu Feb 10 02:57:28 2011 +0000 1.3 @@ -16,7 +16,12 @@ 1.4 cd $src 1.5 mkdir -p _pkg/usr/share/usb 1.6 cp a3load.hex _pkg/usr/share/usb || return 1 1.7 - wget http://updates.xorcom.com/astribank/$PACKAGE/$PACKAGE || return 1 1.8 + [ -f $SOURCES_REPOSITORY/$PACKAGE ] && cp $SOURCES_REPOSITORY/$PACKAGE . 1.9 + if [ ! -f $PACKAGE ]; then 1.10 + wget http://updates.xorcom.com/astribank/$PACKAGE/$PACKAGE || 1.11 + return 1 1.12 + cp $PACKAGE $SOURCES_REPOSITORY 1.13 + fi 1.14 chmod +x fxload 1.15 mkdir -p _pkg/usr/bin 1.16 mv fxload _pkg/usr/bin