From c046ba6bc2188b78c9544394ba5ba73a3afb2f87 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 17 Sep 2020 00:16:13 +0300 Subject: carbs-init: use proper patch instead --- core/carbs-init/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/carbs-init/build') diff --git a/core/carbs-init/build b/core/carbs-init/build index 22378f18..c46dc3e2 100755 --- a/core/carbs-init/build +++ b/core/carbs-init/build @@ -1,6 +1,5 @@ #!/bin/sh -e -make DESTDIR="$1" install +patch -p1 < respawn-fix.patch -# Fix shebang -sed -i '1s|/bin/sh -e|/bin/sh|' "$1/usr/bin/respawn" +make DESTDIR="$1" install -- cgit v1.2.3