Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
e72be941
Commit
e72be941
authored
Nov 07, 2017
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extra/tools: fix compatibility with old OSes
parent
43afed90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
extras/tools/tools.mak
extras/tools/tools.mak
+1
-1
No files found.
extras/tools/tools.mak
View file @
e72be941
...
...
@@ -29,7 +29,7 @@ endif
download_pkg
=
$(
call
download,
$(VIDEOLAN)
/
$(2)
/
$(
lastword
$(
subst
/, ,
$
(
@
))))
||
\
(
$(
call
download,
$(1)
)
&&
echo
"Please upload package
$(
lastword
$(
subst
/, ,
$
(@
)))
to our FTP"
)
\
&&
sha512sum
--check
--ignore-missing
SHA512SUMS
&&
grep
$
(
@
)
SHA512SUMS| shasum
-a
512
-c
UNPACK
=
$(RM)
-R
$@
\
$(
foreach
f,
$(
filter
%.tar.gz %.tgz,
$^
)
,
&&
tar
xvzf
$(f)
)
\
...
...
Write
Preview
Markdown
is supported
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