mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:57:15 +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
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd ${pkgname}-${pkgver}
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
Loading…
Reference in New Issue
Block a user