* 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
|
targetName=$out/$(basename $(stripHash $sourceFile; echo $strippedName) .dot).pdf
|
||||||
echo "converting $sourceFile to $targetName..."
|
echo "converting $sourceFile to $targetName..."
|
||||||
dot -Tps $sourceFile > tmp.ps
|
dot -Tps $sourceFile > tmp.ps
|
||||||
epstopdf --outfile $targetName tmp.ps
|
perl $(type -tp epstopdf) --outfile $targetName tmp.ps
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in $dotGraph; do
|
for i in $dotGraph; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user