diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 15:55:52 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-10 15:55:52 -0400 |
commit | 1ff57cf08fa861fd0b7ec37e12ec199b4d0a7d39 (patch) | |
tree | c55334413e7c26a31336ac12873468f8f43d3853 /tools/notsd-fixup | |
parent | a20fc02bda77dea232b0e3eb82dca9bef7dc3861 (diff) | |
parent | fb2df8a67e5a6dba2189719669f86fa5404d7983 (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'tools/notsd-fixup')
-rwxr-xr-x | tools/notsd-fixup | 2 |
1 files changed, 1 insertions, 1 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 |