diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:59:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-22 17:59:23 -0400 |
commit | be38937dd1322f1d85eb54226b0f4f33a16e8b53 (patch) | |
tree | 28e64db46885823d84ea22352f8b1291077da7d4 /tools | |
parent | acbe2e3a644cb0fea2e9ead61cae2128f97413bb (diff) |
more
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/notsd-move | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/notsd-move b/tools/notsd-move index a62c9d138f..481bd59523 100755 --- a/tools/notsd-move +++ b/tools/notsd-move @@ -488,9 +488,10 @@ move_files() ( src/libsystemd/include/systemd/sd-ipv4* \ src/libsystemd/include/systemd/sd-lldp* \ src/libsystemd/include/systemd/sd-ndisc* - for l in device hwdb netlink network resolve; do - mv -T src/libsystemd/include/systemd/sd-$l.h src/libsystemd/src/sd-$l/sd-$l.h - done + mkdir src/libsystemd/include-staging{,/systemd-staging} + mv -t src/libsystemd/include-staging/systemd-staging \ + src/libsystemd/include/systemd/sd-{device,hwdb,netlink,network,resolve}.h + mkdir src/grp-journal.d mv -t src/grp-journal.d tmpfiles.d/journal-nocow.* mv -t src/grp-remote.d tmpfiles.d/systemd-remote.* @@ -616,6 +617,7 @@ move_files() ( src/systemd-inhibit \ src/systemd-logind grp src/grp-machine \ + src/libmachine-core \ src/machinectl \ src/nss-mymachines \ src/systemd-machined |