aboutsummaryrefslogtreecommitdiffstats
path: root/extras/edd_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-29 14:44:41 +0200
committerKay Sievers <kay.sievers@suse.de>2006-03-29 14:44:41 +0200
commit4809b49e4100e35b0dfb5d93cf501e020366de0b (patch)
treec9d119c89e740f20bf87eac41634ca7c5f7e6618 /extras/edd_id
parent7f1ba7b03f388c1d3d03b0f66a1c0ced7707ac11 (diff)
downloadudev-4809b49e4100e35b0dfb5d93cf501e020366de0b.tar.gz
move all *_id programs to /lib/udev/
Diffstat (limited to 'extras/edd_id')
-rw-r--r--extras/edd_id/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/edd_id/Makefile b/extras/edd_id/Makefile
index 9671878a..52f862da 100644
--- a/extras/edd_id/Makefile
+++ b/extras/edd_id/Makefile
@@ -49,11 +49,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: