summaryrefslogtreecommitdiff
path: root/pkg/hotplugd/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/hotplugd/gen.lua')
-rw-r--r--pkg/hotplugd/gen.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/hotplugd/gen.lua b/pkg/hotplugd/gen.lua
index 14cd33cd..df46d629 100644
--- a/pkg/hotplugd/gen.lua
+++ b/pkg/hotplugd/gen.lua
@@ -6,7 +6,8 @@ cflags{
pkg.deps = {'pkg/linux-headers/headers'}
-file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'}))
-file('libexec/hotplugd-trigger', '755', exe('hotplugd-trigger', {'hotplugd-trigger.c'}))
+file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'}))
+file('libexec/hotplugd/ata_id', '755', exe('ata_id', {'ata_id.c'}))
+file('libexec/hotplugd/trigger', '755', exe('trigger', {'trigger.c'}))
fetch 'git'