summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 11:48:44 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-13 11:48:44 -0400
commit11b34505c082afc4bee1b805ea366439d9123ff5 (patch)
treec9f0eaf4edd4671d0ae46fb24c9e88be26946e68
parenta41d8b2e2f8de1b3fc3953acc85a38540678dbae (diff)
parente5da5665453ad30099ed4473252ef27d76e28fda (diff)
Merge branch 'lukeshu/postmove' into lukeshu/master
-rwxr-xr-xmove.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/move.sh b/move.sh
index c0b577761e..136e991556 100755
--- a/move.sh
+++ b/move.sh
@@ -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() (