From 699989b2168bed80cc1383e5bf3c8326d55a3cc1 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 19 Jan 2004 09:01:28 +0000 Subject: [PATCH] * Ignore exit code from strip. --- nix.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix.spec.in b/nix.spec.in index c1a13be655..6fdd93e9f2 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -24,7 +24,7 @@ make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -strip $RPM_BUILD_ROOT/%{_prefix}/bin/* +strip $RPM_BUILD_ROOT/%{_prefix}/bin/* || true %clean rm -rf $RPM_BUILD_ROOT