Skip to content
Snippets Groups Projects
Commit de3d6c2e authored by Natanael Copa's avatar Natanael Copa
Browse files

main/abuild: remove buildroot

its provided by lua-aports
parent 199edbb3
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment