mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
usr(tlsdate): move to /usr/share/tlsdate
This commit is contained in:
parent
22b4462223
commit
e18aac865b
@ -28,6 +28,7 @@ src_configure() {
|
||||
# Our unprivileged group is called "tlsdate"
|
||||
econf \
|
||||
$(use_enable dbus) \
|
||||
--sysconfdir=/usr/share \
|
||||
--with-unpriv-user=tlsdate \
|
||||
--with-unpriv-group=tlsdate \
|
||||
--with-dbus-user=tlsdate-dbus \
|
||||
@ -41,7 +42,7 @@ src_compile() {
|
||||
|
||||
src_install() {
|
||||
default
|
||||
insinto /etc/tlsdate
|
||||
insinto /usr/share/tlsdate
|
||||
doins "${FILESDIR}/tlsdated.conf"
|
||||
insinto /usr/share/dbus-1/system.d
|
||||
doins "${FILESDIR}/org.torproject.tlsdate.conf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user