oracle-jdk: output wrong sha256sum
This commit is contained in:
parent
78641b5b2c
commit
0b74309a6e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue