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
aports
Commits
2677f438
Commit
2677f438
authored
Nov 17, 2017
by
Jakub Jirutka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
community/lua-basexx: don't rely on install_if in checkdepends
parent
300967f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
community/lua-basexx/APKBUILD
community/lua-basexx/APKBUILD
+1
-1
No files found.
community/lua-basexx/APKBUILD
View file @
2677f438
...
...
@@ -22,7 +22,7 @@ esac
_luaversions
=
"5.1 5.2 5.3"
for
_v
in
$_luaversions
;
do
subpackages
=
"
$subpackages
lua
$_v
-
${
pkgname
#lua-
}
:_subpackage"
checkdepends
=
"
$checkdepends
lua
$_v
"
checkdepends
=
"
$checkdepends
lua
$_v
lua
$_v
-busted
"
done
check
()
{
...
...
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