summaryrefslogtreecommitdiffstats
path: root/opendkim.spec
diff options
context:
space:
mode:
authorstevejenkins <steve@stevejenkins.com>2013-02-25 21:08:55 -0800
committerstevejenkins <steve@stevejenkins.com>2013-02-25 21:08:55 -0800
commit2c13910217ff169fe2b3548359121423ec4aaa8e (patch)
tree7760fb355f034e6c298317fdfef2e30ac6122119 /opendkim.spec
parent9f91f6765a183221260aca404445fe2d3f08099f (diff)
downloadopendkim_EL6-2c13910217ff169fe2b3548359121423ec4aaa8e.tar.gz
Update to 2.8.0-1
Diffstat (limited to 'opendkim.spec')
-rw-r--r--opendkim.spec4
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'