mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/udisks2: add check
This commit is contained in:
parent
bb1577c729
commit
69b397fcee
@ -2,7 +2,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=udisks2
|
||||
pkgver=2.6.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A Disk Manager"
|
||||
url="http://www.freedesktop.org/wiki/Software/udisks"
|
||||
arch="all"
|
||||
@ -32,6 +32,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
Loading…
Reference in New Issue
Block a user