mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
bzrtp: add check function
- this is the real PKGBUILD 2.15.1-2 built upon
This commit is contained in:
parent
030793421d
commit
b94b5d078e
@ -19,6 +19,11 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
Loading…
Reference in New Issue
Block a user