summaryrefslogtreecommitdiff
path: root/extras/firmware
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-22 17:31:38 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-22 17:31:38 +0100
commite0dc4f00baaa4ad328aa13362fcf25e7ec2ae2f6 (patch)
tree6eceed9bb77818418fffb46be104a6ab2d20313e /extras/firmware
parentc699bc48e1432bc1b283907a52e461b97f2e45b1 (diff)
move some helpers from extras to /lib/udev
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/firmware')
-rw-r--r--extras/firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/firmware/Makefile b/extras/firmware/Makefile
index 78a7935d66..16918867fc 100644
--- a/extras/firmware/Makefile
+++ b/extras/firmware/Makefile
@@ -48,11 +48,11 @@ clean:
.PHONY: clean
install-bin: all
- $(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
+ $(INSTALL_PROGRAM) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG)
.PHONY: install-bin
uninstall-bin:
- - rm $(DESTDIR)$(sbindir)/$(PROG)
+ - rm $(DESTDIR)$(libudevdir)/$(PROG)
.PHONY: uninstall-bin
install-man: