* Work around a bad Perl interpreter path.
svn path=/nixpkgs/trunk/; revision=8553
This commit is contained in:
parent
277378c2a4
commit
473997f01c
|
@ -7,7 +7,7 @@ dot2pdf() {
|
|||
targetName=$out/$(basename $(stripHash $sourceFile; echo $strippedName) .dot).pdf
|
||||
echo "converting $sourceFile to $targetName..."
|
||||
dot -Tps $sourceFile > tmp.ps
|
||||
epstopdf --outfile $targetName tmp.ps
|
||||
perl $(type -tp epstopdf) --outfile $targetName tmp.ps
|
||||
}
|
||||
|
||||
for i in $dotGraph; do
|
||||
|
|
Loading…
Reference in New Issue