diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-03-29 14:44:41 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-03-29 14:44:41 +0200 |
commit | 4809b49e4100e35b0dfb5d93cf501e020366de0b (patch) | |
tree | c9d119c89e740f20bf87eac41634ca7c5f7e6618 /extras/ata_id | |
parent | 7f1ba7b03f388c1d3d03b0f66a1c0ced7707ac11 (diff) |
move all *_id programs to /lib/udev/
Diffstat (limited to 'extras/ata_id')
-rw-r--r-- | extras/ata_id/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/ata_id/Makefile b/extras/ata_id/Makefile index 690100082e..64d6868062 100644 --- a/extras/ata_id/Makefile +++ b/extras/ata_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: |