The following commit has been merged in the master branch:
commit 535f03721b9e25f26f27f29e9300852761c019c5
Author: Franklin <[email protected]>
Date: Wed Aug 17 22:10:08 2016 +0800
New phet version
diff --git a/debian/ezgo-phet.postinst b/debian/ezgo-phet.postinst
index 6650aee..81b6812 100644
--- a/debian/ezgo-phet.postinst
+++ b/debian/ezgo-phet.postinst
@@ -16,8 +16,8 @@ exit_with_error()
exit 1
}
-wget --continue -O $OUTPUT_FILE $PHET_URL || exit_with_error "Download phet
file failed: $?"
-wget --continue -O $MD5_FILE $MD5_URL || exit_with_error "Download md5 file
failed: $?"
+wget --continue -O ${OUTPUT_FILE} ${PHET_URL} || exit_with_error "Download
phet file failed: $?"
+wget -O ${MD5_FILE} ${MD5_URL} || exit_with_error "Download md5 file failed:
$?"
cd /usr/share/ezgo/ezgo-prt
md5sum -c $MD5_FILE || exit_with_error "md5 checksum error!"
--
Blend for educatipn with asian specific adaptations
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit