usr(tlsdate): move to /usr/share/tlsdate

This commit is contained in:
Alex Polvi 2014-01-23 17:24:17 -08:00
parent 22b4462223
commit e18aac865b
2 changed files with 2 additions and 1 deletions

View File

@ -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"