* fail() is long gone.

svn path=/nixpkgs/trunk/; revision=13155
This commit is contained in:
Eelco Dolstra 2008-10-29 17:19:49 +00:00
parent 340138cb4d
commit 000ba65363

View file

@ -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"
'';