summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/notsd-fixup2
-rwxr-xr-xtools/notsd-move2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/notsd-fixup b/tools/notsd-fixup
index 820d2fec17..af0fdbf9d4 100755
--- a/tools/notsd-fixup
+++ b/tools/notsd-fixup
@@ -19,7 +19,7 @@ main() {
find "$@" -type l -name GNUmakefile -delete
# It's OK for the top-level one to fail
find "$@" -type f -name Makefile -printf '%h\0' |
- xargs -r0 -I {} ln -s -t {} GNUmakefile
+ xargs -r0 -I {} ln -s -r -t {} GNUmakefile
# C includes
rm -rf -- "$0"--includes.cache
diff --git a/tools/notsd-move b/tools/notsd-move
index ad638a2e63..30f63d354f 100755
--- a/tools/notsd-move
+++ b/tools/notsd-move
@@ -359,7 +359,7 @@ move_files() (
src/login/*.rules \
src/login/*.rules.in \
src/login/org.*
- mv -T src/login/systemd-user.m4 src/systemd-logind/systemd-user.pam.m4
+ mv -T src/login/systemd-user.m4 src/pam_systemd/systemd-user.pam.m4
rmdir src/login
# src/timedate => src/...