summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 00:04:49 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-07 00:04:49 -0400
commitce3326f10b8522ff1b1d2d55c76910a67897dbce (patch)
tree9d2fd441bc91b7c13ce3f5e346132a4ae543895a /move.sh
parent8c14238b548a7c01e216f08f626b4a600aa23123 (diff)
more
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/move.sh b/move.sh
index 2ec0723073..a17fe4f14b 100755
--- a/move.sh
+++ b/move.sh
@@ -58,7 +58,6 @@ move_files() (
reply-password
rfkill
run
- timedate
timesync
tmpfiles
tty-ask-password-agent
@@ -177,6 +176,11 @@ move_files() (
mv src/{libbus-proxy-core,systemd-bus-proxyd}/bus-proxyd.c
mkdir src/systemd-stdio-bridge
mv src/{libbus-proxy-core,systemd-stdio-bridge}/stdio-bridge.c
+
+ mkdir src/grp-timedate
+ mv -T src/timedate src/grp-timedate/systemd-timedated
+ mkdir src/grp-timedate/timedatectl
+ mv -T src/grp-timedate/{systemd-timedated,timedatectl}/timedatectl.c
)
breakup_makefile() (