diff options
| author | Jonathan Bauer | 2014-04-14 15:41:41 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-04-14 15:41:41 +0200 |
| commit | 89e6665daafb7fe796d59fbc262d07334ced59a7 (patch) | |
| tree | 81639dff46ab58dce73175952dddbbc8d5b405eb /remote/modules | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.tar.gz tm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.tar.xz tm-scripts-89e6665daafb7fe796d59fbc262d07334ced59a7.zip | |
[systemd] forgot '-i' for sed
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/systemd/module.build | 2 |
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." |
