Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
135486c7
Commit
135486c7
authored
1 year ago
by
Will Sinatra
Committed by
Patrycja Rosa
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/lua-lume: correct install path
parent
d33009e5
No related branches found
No related tags found
1 merge request
!50342
community/lua-lume: correct install path
Pipeline
#175913
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/lua-lume/APKBUILD
+3
-3
3 additions, 3 deletions
community/lua-lume/APKBUILD
with
3 additions
and
3 deletions
community/lua-lume/APKBUILD
+
3
−
3
View file @
135486c7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
pkgname
=
lua-lume
pkgname
=
lua-lume
_pkgname
=
lume
_pkgname
=
lume
pkgver
=
2.3.0
pkgver
=
2.3.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Lua functions geared towards gamedev"
pkgdesc
=
"Lua functions geared towards gamedev"
url
=
"https://github.com/rxi/lume"
url
=
"https://github.com/rxi/lume"
arch
=
"noarch"
arch
=
"noarch"
...
@@ -24,9 +24,9 @@ package() {
...
@@ -24,9 +24,9 @@ package() {
_subpackage
()
{
_subpackage
()
{
local
lver
=
"
${
subpkgname
:3:3
}
"
local
lver
=
"
${
subpkgname
:3:3
}
"
pkgdesc
=
"
$pkgdesc
(for Lua
$lver
)"
pkgdesc
=
"
$pkgdesc
(for Lua
$lver
)"
depends
=
"lua
$lver
lua
$lver
-say
"
depends
=
"lua
$lver
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
lua
$lver
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
lua
$lver
"
local
destdir
=
"
$subpkgdir
/usr/share/lua/
$lver
/
$_pkgname
"
local
destdir
=
"
$subpkgdir
/usr/share/lua/
$lver
"
local
rockdir
=
"
$subpkgdir
/usr/lib/luarocks/rocks-
$lver
/
$_pkgname
/
$pkgver
-1"
local
rockdir
=
"
$subpkgdir
/usr/lib/luarocks/rocks-
$lver
/
$_pkgname
/
$pkgver
-1"
cd
"
$builddir
"
cd
"
$builddir
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment