cameo/templates/mkmk-simple: edge cuts are now in Edge.Cuts.gm1

This commit is contained in:
Werner Almesberger 2017-02-28 18:30:13 -03:00
parent 9994a4c09b
commit e3cd91bc40
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fi
edges=$NAME.gp
[ -r "$edges" ] || edges=
for n in PCB_Edges.gbr Edge_Cuts.gbr Edge_Cuts.pho; do
for n in PCB_Edges.gbr Edge_Cuts.gbr Edge_Cuts.pho Edge.Cuts.gm1; do
if [ -r "../$NAME-$n" ]; then
edges=../$NAME-$n
break