diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-21 08:00:45 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-21 08:00:45 +0200 |
commit | b8cf73a533d887daaadaa47e0ba07d603ce64e1f (patch) | |
tree | b0e9a9ddb63b41ae60c2de86be2454074b8a7f06 /extras | |
parent | 90a1e83a3b9fe74245892e5538538671a85db112 (diff) |
scsi_id: do not install symlink in /sbin
Diffstat (limited to 'extras')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index 32b2eaeecf..349eeef1de 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -59,12 +59,10 @@ clean: install-bin: all $(INSTALL_PROGRAM) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG) - ln -sf $(libudevdir)/$(PROG) $(DESTDIR)$(sbindir)/$(PROG) .PHONY: install-bin uninstall-bin: - rm $(DESTDIR)$(libudevdir)/$(PROG) - - rm -f $(DESTDIR)$(sbindir)/$(PROG) .PHONY: uninstall-bin install-man: |