[opendkim] Update to 2.8.0-1

stevej stevej at fedoraproject.org
Tue Feb 26 05:08:59 UTC 2013


commit 2c13910217ff169fe2b3548359121423ec4aaa8e
Author: stevejenkins <steve at stevejenkins.com>
Date:   Mon Feb 25 21:08:55 2013 -0800

    Update to 2.8.0-1

 opendkim.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opendkim.spec b/opendkim.spec
index 9fca3a0..c1cee68 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -82,9 +82,9 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
 install -d %{buildroot}%{_sysconfdir}
 install -d %{buildroot}%{_sysconfdir}/sysconfig
 install -d %{buildroot}%{_initrddir}
-install -d -m 0755 %{buildroot}%{_unitdir}
+install -d -m 0755 %{buildroot}/%{_unitdir}
 install -m 0755 contrib/init/redhat/%{name} %{buildroot}%{_initrddir}/%{name}
-install -m 0644 contrib/systemd/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
+install -m 0644 contrib/systemd/%{name}.service %{buildroot}/%{_unitdir}/%{name}.service
 install -m 0755 contrib/init/redhat/%{name}-default-keygen %{buildroot}%{_sbindir}/%{name}-default-keygen
 
 cat > %{buildroot}%{_sysconfdir}/%{name}.conf << 'EOF'


More information about the scm-commits mailing list