summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>2022-07-30 21:21:11 +0200
committerGitHub <noreply@github.com>2022-07-30 12:21:11 -0700
commitb965a83b0fe6a2645fc251b8cb430206bc125efb (patch)
tree406d8027d38b30cea5cf03e8b38ae9fecd7b6a4a /utils
parent8c6d7bc2b8787d58a582d40987aef979b0d7e9ed (diff)
downloadopen-iscsi-b965a83b0fe6a2645fc251b8cb430206bc125efb.tar.gz
make: avoid hard-coding path to sed (#357)
Just use PATH to find sed. Not all distributions have moved to a /usr-merged layout yet. Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index d4b384d..b4f09b3 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -7,7 +7,7 @@
# from the top-level make file.
#
-SED = /usr/bin/sed
+SED ?= sed
INSTALL = install
CHMOD = chmod