From 01c2bfb1167ebce5d006469b1eda3a5f22dc0e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Sat, 15 Mar 2014 17:38:55 +0100 Subject: [PATCH] fix Source1 installation --- strongswan.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strongswan.spec b/strongswan.spec index 67339ac..0891e37 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -165,7 +165,7 @@ done %if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 %else -install -D -m 755 %{name}.sysvinit %{buildroot}/%{_initddir}/%{name} +install -D -m 755 %{SOURCE1} %{buildroot}/%{_initddir}/%{name} %endif %post