oracle-jdk: output wrong sha256sum

This commit is contained in:
Enno Boland 2014-07-16 20:15:05 +02:00
parent 78641b5b2c
commit 0b74309a6e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ do_fetch() {
-c -O $path \ -c -O $path \
$distfiles $distfiles
mkdir -p $wrksrc mkdir -p $wrksrc
echo "$checksum $path" | sha256sum -c echo "$checksum $path" | sha256sum -c || { sha256sum "$path"; return 1; }
} }
do_build() { do_build() {