diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 18:35:56 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 18:35:56 -0400 |
commit | 2a5c8b237b1b0303bf6d0f6cc762bb9cafac35c9 (patch) | |
tree | fc275260eaf20dfda8d3f892773341bc20bd726f | |
parent | dc46df1daaa505bcc127c18dcf99477772e0c3a5 (diff) |
more
-rwxr-xr-x | tools/move.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/move.sh b/tools/move.sh index e6beb8996e..a0ca642d57 100755 --- a/tools/move.sh +++ b/tools/move.sh @@ -379,6 +379,7 @@ move_files() ( man/daemon.xml \ man/file-hierarchy.xml \ man/hostname.xml \ + man/locale.conf.xml \ man/localtime.xml \ man/machine-id.xml \ man/machine-info.xml \ @@ -439,6 +440,7 @@ move_files() ( units/machine.slice* # muck + mv -t src/libbasic/include/basic src/libbasic/.gitignore mv -T {test,src/systemd-boot}/test-efi-create-disk.sh mv -t src/systemd-tmpfiles units/systemd-tmpfiles* mv -t src/systemd-tmpfiles \ |