Merge pull request #324 from polvi/usr-tlsdate2

usr(tlsdate): move to /usr/share/tlsdate
This commit is contained in:
polvi 2014-01-31 13:06:11 -08:00
commit 78ab864a37
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"