Skip to content
Snippets Groups Projects
Commit d4fe6aef authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag: Committed by Jakub Jirutka
Browse files

testing/apk-autoupdate: fix linter issues

parent a6439707
No related branches found
No related tags found
1 merge request!75195testing/apk-autoupdate: use default OpenRC libexec dir
Pipeline #273438 skipped
......@@ -11,18 +11,16 @@ license="MIT"
depends="apk-tools"
makedepends="asciidoctor"
subpackages="$pkgname-doc"
source="$pkgname-$_gitrev.tar.gz::https://github.com/jirutka/$pkgname/archive/$_gitrev.tar.gz
source="$pkgname-$_gitrev.tar.gz::https://github.com/jirutka/apk-autoupdate/archive/$_gitrev.tar.gz
default-openrc-libexec.patch
"
builddir="$srcdir/$pkgname-$_gitrev"
build() {
cd "$builddir"
make build prefix=/usr
}
package() {
cd "$builddir"
make install DESTDIR="$pkgdir" prefix=/usr
}
......
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