oracle-jdk: output wrong sha256sum

This commit is contained in:
Enno Boland 2014-07-16 20:15:05 +02:00
parent 78641b5b2c
commit 0b74309a6e

View File

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