From: David Given Date: Sun, 14 Aug 2016 09:25:47 +0000 (+0200) Subject: installables need to depend on their source files... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fb2a42a2db0fcd9bc3701a8a65074cfb5841ac4a;p=ack.git installables need to depend on their source files... --- diff --git a/first/ackbuilder.lua b/first/ackbuilder.lua index 1c4aca339..ea65161f1 100644 --- a/first/ackbuilder.lua +++ b/first/ackbuilder.lua @@ -713,7 +713,7 @@ definerule("installable", error("installable can only cope with targets emitting single files") end - deps[#deps+1] = src.fullname + deps[#deps+1] = f dests[#dests+1] = dest commands[#commands+1] = "cp "..f[1].." "..dest end