mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:47:21 +08:00
systemd: update to 225 (still not using ideal ntp server)
This commit is contained in:
parent
db8420b30f
commit
98eaab0e74
@ -1,6 +1,6 @@
|
|||||||
# maintainer: Fabian Kosmale <inkane@chakra-project.org>
|
# maintainer: Fabian Kosmale <inkane@chakra-project.org>
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
pkgver=224
|
pkgver=225
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A system and service manager for Linux"
|
pkgdesc="A system and service manager for Linux"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -76,7 +76,7 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
|
|
||||||
local timeservers=({0..3}.pool.ntp.org) # WARNING: this needs to change before the package can move to testing
|
local timeservers=({0..3}.arch.pool.ntp.org) # WARNING: this needs to change before the package can move to stable
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
|
Loading…
Reference in New Issue
Block a user