From d743c0c240a5337e5c210990b26a74cf7828cdf2 Mon Sep 17 00:00:00 2001 From: Kevin Redon Date: Wed, 26 Mar 2014 11:55:21 +0100 Subject: [PATCH] bug fix --- hardware/Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardware/Rakefile b/hardware/Rakefile index d4a0ed3..8f5ef85 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -154,7 +154,7 @@ CLEAN.include("attribs") desc "copy schematic to version it: include version, revision, and date" targets.each do |target| - file tagert[:vsch] => target[:sch] do |t| + file target[:vsch] => target[:sch] do |t| sh "cp #{t.prerequisites.join(' ')} #{t.name}" # on \ is to prevent ruby interpreting it, th other is for sed # the version @@ -168,7 +168,7 @@ end desc "copy layout to version it: include version, date, and run teardrops when available" targets.each do |target| - file tagert[:vpcb] => target[:pcb] do |t| + file target[:vpcb] => target[:pcb] do |t| sh "cp #{t.prerequisites.join(' ')} #{t.name}" # on \ is to prevent ruby interpreting it, th other is for sed # the version and revision