mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
* fail() is long gone.
svn path=/nixpkgs/trunk/; revision=13155
This commit is contained in:
parent
340138cb4d
commit
000ba65363
|
@ -450,7 +450,7 @@ rec {
|
|||
srcName="$strippedName"
|
||||
cp "$src" "$srcName" # `ln' doesn't work always work: RPM requires that the file is owned by root
|
||||
|
||||
rpmbuild -vv -ta "$srcName" || fail
|
||||
rpmbuild -vv -ta "$srcName"
|
||||
|
||||
eval "$postBuild"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue