From 89e6665daafb7fe796d59fbc262d07334ced59a7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 14 Apr 2014 15:41:41 +0200 Subject: [systemd] forgot '-i' for sed --- remote/modules/systemd/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote/modules/systemd/module.build b/remote/modules/systemd/module.build index 86ad7388..70ddfcc5 100644 --- a/remote/modules/systemd/module.build +++ b/remote/modules/systemd/module.build @@ -11,7 +11,7 @@ fetch_source () { if [ "$REQUIRED_XATTR_PATCH" = "xyes" ]; then # patch it if [ -e "src/core/socket.c" ]; then - sed 's/^#include $/#include \n#include /g' src/core/socket.c \ + sed -i 's/^#include $/#include \n#include /g' src/core/socket.c \ || perror "Could not patch '$(pwd)/src/core/socket.c'" else perror "'$(pwd)/src/core/socket.c' does not exist." -- cgit v1.2.3-55-g7522