diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-19T08·49+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-19T08·49+0000 |
commit | 3a4a4aaa8820e3483b64b3e2d25ee523c0a0cb44 (patch) | |
tree | 8fc4221cf4f8d04f3d18c8a715ac074970c59c95 | |
parent | f899e8ce4df3e700ae5b47279c16edc0efb4aeed (diff) |
* Strip binaries in RPMs.
-rw-r--r-- | nix.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix.spec.in b/nix.spec.in index 388c4075196c..c1a13be65567 100644 --- a/nix.spec.in +++ b/nix.spec.in @@ -24,6 +24,7 @@ make %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +strip $RPM_BUILD_ROOT/%{_prefix}/bin/* %clean rm -rf $RPM_BUILD_ROOT |