Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
raspbian-base
Commits
5d92057d
Commit
5d92057d
authored
Jan 11, 2019
by
Markus Frosch
Browse files
Fix format for sha512sum
parent
0f8b91df
Pipeline
#3250
passed with stage
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5d92057d
...
...
@@ -30,7 +30,7 @@ rootfs.tar.xz:
qemu-arm-static
:
wget
"
$(QEMU_STATIC)
"
-O
$@
.tar.gz
echo
"
$(QEMU_CHECKSUM)
$@
.tar.gz"
|
sha512sum
-c
-
||
(
sha512sum
$@
.tar.gz
;
false
)
echo
"
$(QEMU_CHECKSUM)
$@
.tar.gz"
|
sha512sum
-c
-
||
(
sha512sum
$@
.tar.gz
;
false
)
tar
xf
$@
.tar.gz
rm
-f
$@
.tar.gz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment