* fail() is long gone.
svn path=/nixpkgs/trunk/; revision=13155
This commit is contained in:
@@ -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"
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user