* 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"
|
srcName="$strippedName"
|
||||||
cp "$src" "$srcName" # `ln' doesn't work always work: RPM requires that the file is owned by root
|
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"
|
eval "$postBuild"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue