diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-04-03 14:40:06 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-04-03 14:40:06 +0200 |
commit | 66e14ae7de7e95dde2f8360b9b506a2d3b6e9e42 (patch) | |
tree | 6953f5a4bee7a55771fb094c9f56885f80c58cd0 /extras/scsi_id | |
parent | cad4697469883b73cdd43e7e83db122951535ee8 (diff) |
fix symlink targets in Makefiles
Diffstat (limited to 'extras/scsi_id')
-rw-r--r-- | extras/scsi_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/scsi_id/Makefile b/extras/scsi_id/Makefile index c35d7dab94..1e9910efb9 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -59,7 +59,7 @@ clean: install-bin: all $(INSTALL_PROGRAM) -D $(PROG) $(DESTDIR)$(libudevdir)/$(PROG) - ln -sf $(DESTDIR)$(libudevdir)/$(PROG) $(DESTDIR)$(sbindir)/$(PROG) + ln -sf $(libudevdir)/$(PROG) $(DESTDIR)$(sbindir)/$(PROG) .PHONY: install-bin uninstall-bin: |