summaryrefslogtreecommitdiff
path: root/move.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:26:29 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 13:26:29 -0400
commitf2be8df65980cae2a8037a97e457afb86fcb4a24 (patch)
treeb4b8bec4abd6d4de0033eca05cb22032a24aa317 /move.sh
parentbb78769f9b1e045745bf4eb4538f3abb61f88e15 (diff)
More stuff
Diffstat (limited to 'move.sh')
-rwxr-xr-xmove.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/move.sh b/move.sh
index 62afd013bc..3bb3e14d8e 100755
--- a/move.sh
+++ b/move.sh
@@ -98,9 +98,14 @@ set -e
mv -T src/libsystemd/{src,}/libsystemd.pc.in
mv -T src/libsystemd/{src,}/libsystemd.sym
+ mv -T src/libsystemd/{src,}/.gitignore
mv -T src/libsystemd/{src,libsystemd-internal}
mkdir src/systemd-shutdown
+
+ mkdir build-aux
+ mkdir build-aux/Makefile.{once,each}.{head,tail}
+ touch build-aux/Makefile.{once,each}.{head,tail}/.gitignore
)
(