Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
abuild
Commits
11445603
Commit
11445603
authored
Oct 30, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not run md5sum if there are nothing to check
parent
f463f826
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
abuild
abuild
+3
-0
No files found.
abuild
View file @
11445603
...
...
@@ -56,6 +56,9 @@ checkdeps() {
}
checkmd5
()
{
if
[
-z
"
$source
"
]
;
then
return
0
fi
if
[
-z
"
$md5sums
"
]
;
then
die
"Use 'abuild checksum >>
$APKBUILD
' to generate a checksum"
fi
...
...
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