summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/module.build
diff options
context:
space:
mode:
authorJonathan Bauer2014-04-14 15:41:41 +0200
committerJonathan Bauer2014-04-14 15:41:41 +0200
commit89e6665daafb7fe796d59fbc262d07334ced59a7 (patch)
tree81639dff46ab58dce73175952dddbbc8d5b405eb /remote/modules/systemd/module.build
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.tar.gz
tm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.tar.xz
tm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.zip
[systemd] forgot '-i' for sed
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."