From f368c60dc0c7e54706f335f16650a0e91979931a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 30 Sep 2013 02:24:56 +0200 Subject: misc fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3226df4..201295b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ all: got.install got.py.install got-cmd.install got.install: got cp "$<" "$@" - sed -i 's:#!/usr/bin/env bash:$(BASH_SHEBANG):g' "$@" + sed -i 's:#!/usr/bin/env bash:#!$(BASH_SHEBANG):g' "$@" sed -i 's:@prefix@:$(PREFIX):g' "$@" sed -i 's:@etc@:$(SYSCONF):g' "$@" sed -i 's:@libexec@:$(LIBEXEC):g' "$@" @@ -24,11 +24,11 @@ got.install: got got.py.install: got.py cp "$<" "$@" - sed -i 's:#!/usr/bin/env python3:$(PY3_SHEBANG):g' "$@" + sed -i 's:#!/usr/bin/env python3:#!$(PY3_SHEBANG):g' "$@" got-cmd.install: got-cmd cp "$<" "$@" - sed -i 's:#!/usr/bin/env bash:$(BASH_SHEBANG):g' "$@" + sed -i 's:#!/usr/bin/env bash:#!$(BASH_SHEBANG):g' "$@" install: got.install got.py.install got-cmd.install -- cgit v1.2.3-70-g09d2