summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/systemd/module.build')
-rw-r--r--remote/modules/systemd/module.build2
1 files changed, 1 insertions, 1 deletions
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 <attr\/xattr.h>$/#include <sys\/xattr.h>\n#include <attr\/xattr.h>/g' src/core/socket.c \
+ sed -i 's/^#include <attr\/xattr.h>$/#include <sys\/xattr.h>\n#include <attr\/xattr.h>/g' src/core/socket.c \
|| perror "Could not patch '$(pwd)/src/core/socket.c'"
else
perror "'$(pwd)/src/core/socket.c' does not exist."