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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Jakub Panek
aports
Commits
de3d6c2e
Commit
de3d6c2e
authored
11 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/abuild: remove buildroot
its provided by lua-aports
parent
199edbb3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/abuild/APKBUILD
+3
-1
3 additions, 1 deletion
main/abuild/APKBUILD
with
3 additions
and
1 deletion
main/abuild/APKBUILD
+
3
−
1
View file @
de3d6c2e
...
...
@@ -2,7 +2,7 @@
pkgname
=
abuild
pkgver
=
2.19.2
_ver
=
${
pkgver
%_git*
}
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Script to build Alpine Packages"
url
=
"http://git.alpinelinux.org/cgit/abuild/"
arch
=
"all"
...
...
@@ -42,6 +42,8 @@ build() {
package
()
{
cd
"
$_builddir
"
make
install
DESTDIR
=
"
$pkgdir
"
||
return
1
# buildrepo is provided by lua-aports now
rm
"
$pkgdir
"
/usr/bin/buildrepo
||
return
1
install
-m
644 abuild.conf
"
$pkgdir
"
/etc/abuild.conf
||
return
1
install
-d
-m
775
-g
abuild
"
$pkgdir
"
/var/cache/distfiles
||
return
1
}
...
...
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