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
57e05c4c
Commit
57e05c4c
authored
Dec 14, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
abuild: allow override sanitycheck
parent
9dab7334
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
abuild.in
abuild.in
+5
-1
No files found.
abuild.in
View file @
57e05c4c
...
...
@@ -95,7 +95,7 @@ die() {
}
# check if apkbuild is basicly sane
sanitycheck
()
{
default_
sanitycheck
()
{
local
i
=
j
=
suggestion
=
msg
"Checking sanity of
$APKBUILD
..."
[
-z
"
$pkgname
"
]
&&
die
"Missing pkgname in APKBUILD"
...
...
@@ -180,6 +180,10 @@ sanitycheck() {
return
0
}
sanitycheck
()
{
default_sanitycheck
}
md5check
()
{
local
dummy f endreturnval originalparams origin file
if
[
-z
"
$source
"
]
;
then
...
...
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