From: dtrg Date: Sat, 22 Jul 2006 20:52:44 +0000 (+0000) Subject: led now gets installed into the right place. X-Git-Tag: release-6-0-pre-1~91 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=558a1ef4054ad6e35b1810a2238f8f8a31eaa0a5;p=ack.git led now gets installed into the right place. --- diff --git a/util/led/pmfile b/util/led/pmfile index 1685142eb..1704c077a 100644 --- a/util/led/pmfile +++ b/util/led/pmfile @@ -24,14 +24,16 @@ tool_led = cprogram { outputs = {"%U%/led"}, install = { -- FIXME lib.bin in next line needs removing --- pm bug? - pm.install("%BINDIR%bin/led"), + pm.install("%BINDIR%%PLATDEP%/em_led"), pm.install(d.."ack.out.5", "%BINDIR%man/man5/ack.out.5"), - pm.install(d.."led.6", "%BINDIR%man/man6/led.6"), + pm.install(d.."led.6", "%BINDIR%man/man6/em_led.6"), } } -- Revision history -- $Log$ --- Revision 1.1 2006-07-22 20:04:41 dtrg --- Added support for the led link editor. --- \ No newline at end of file +-- Revision 1.2 2006-07-22 20:52:44 dtrg +-- led now gets installed into the right place. +-- +-- Revision 1.1 2006/07/22 20:04:41 dtrg +-- Added support for the led link editor. \ No newline at end of file