diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:48:44 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-13 11:48:44 -0400 |
commit | 11b34505c082afc4bee1b805ea366439d9123ff5 (patch) | |
tree | c9f0eaf4edd4671d0ae46fb24c9e88be26946e68 | |
parent | a41d8b2e2f8de1b3fc3953acc85a38540678dbae (diff) | |
parent | e5da5665453ad30099ed4473252ef27d76e28fda (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
-rwxr-xr-x | move.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -223,6 +223,10 @@ move_files() ( mv src/grp-udev/udev* src/grp-udev/libudev-core/ mv -T src/grp-udev/{,libudev-core}/net mv -T src/grp-udev/{d-,}udevadm + + mv -T src/{libcore,systemd-shutdown}/shutdown.c + mv -T src/{libcore,systemd-shutdown}/umount.c + mv -T src/{libcore,systemd-shutdown}/umount.h ) breakup_makefile() ( |