diff options
author | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-27 18:42:52 +0200 |
---|---|---|
committer | Kay Sievers <kay@pim.off.vrfy.org> | 2005-10-27 18:42:52 +0200 |
commit | 49fb51c6159db916f93c9439ef9b37ce6be90d02 (patch) | |
tree | 5d192c18fa62586c3f6346e44b40569a8b92fd0d /extras/scsi_id/Makefile | |
parent | 638b983b4d20f3c8f184084b672da8e8e93eb91e (diff) |
use DESTDIR on uninstall, no need to pass prefix to submake
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Diffstat (limited to 'extras/scsi_id/Makefile')
-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 85f6ff6ca8..8a8c714a87 100644 --- a/extras/scsi_id/Makefile +++ b/extras/scsi_id/Makefile @@ -78,7 +78,7 @@ install-man: .PHONY: uninstall-man uninstall-man: - -rm -f $(mandir)/man8/scsi_id.8 + -rm -f $(DESTDIR)$(mandir)/man8/scsi_id.8 .PHONY: uninstall-man install-config: |