From bbff3cfa51173d6faec9d5b559cb363dea981b75 Mon Sep 17 00:00:00 2001 From: filon Date: Thu, 23 Aug 2001 17:28:58 +0000 Subject: [PATCH] - removed -s from install -s, stripping is done by rpm Changed files: dhcpcd.spec -> 1.21 --- dhcpcd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhcpcd.spec b/dhcpcd.spec index f3bc7a8..4a493b6 100644 --- a/dhcpcd.spec +++ b/dhcpcd.spec @@ -109,7 +109,7 @@ install -d $RPM_BUILD_ROOT%{_sysconfdir}/dhcpc %if %{?BOOT:1}%{!?BOOT:0} install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin -install -s %{name}-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin/%{name} +install %{name}-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin/%{name} %endif %{__make} install DESTDIR=$RPM_BUILD_ROOT -- 2.44.0