mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
don't strip the binaries in $out/bin and $out/sbin. strip doesn't recognize
the format of one of the files (a shellscript) and thus returns an error code, which can safely be ignored, but from which Nix will conclude the build has failed. svn path=/nixpkgs/trunk/; revision=4454
This commit is contained in:
parent
de220c973a
commit
b768475a3a
@ -5,5 +5,5 @@ export DESTDIR=$out
|
||||
|
||||
genericBuild
|
||||
|
||||
strip $out/bin/*
|
||||
strip $out/sbin/*
|
||||
#strip $out/bin/*
|
||||
#strip $out/sbin/*
|
||||
|
Loading…
Reference in New Issue
Block a user