Skip to content
GitLab
Menu
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
863fd70a
Commit
863fd70a
authored
Jan 11, 2019
by
Markus Frosch
Browse files
Fix format for sha512sum
parent
a2fbcf54
Pipeline
#3251
passed with stage
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
863fd70a
...
...
@@ -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
.
Attach a 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