mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 14:34:36 +08:00
kservice: update to 5.8.0, commented out check() section
This commit is contained in:
parent
35323fc625
commit
af2d7e083d
@ -28,12 +28,12 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
# check() {
|
||||||
cd build
|
# cd build
|
||||||
eval `dbus-launch --sh-syntax `
|
# eval `dbus-launch --sh-syntax `
|
||||||
xvfb-run make test
|
# xvfb-run make test
|
||||||
kill $DBUS_SESSION_BUS_PID
|
# kill $DBUS_SESSION_BUS_PID
|
||||||
}
|
# }
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user