0f1b28fe02
Copy from devel:tools:scm/git based on submit request 19394 from user tiwai OBS-URL: https://build.opensuse.org/request/show/19394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=33
17 lines
515 B
Diff
17 lines
515 B
Diff
don't use hardlinks as our .spec calls fdupes which converts the
|
|
hardlinks to symlinks again in an unpredicatable way
|
|
---
|
|
Makefile | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1667,7 +1667,6 @@
|
|
cp "$$bindir/git$X" "$$execdir/git$X"; } ; } && \
|
|
{ for p in $(BUILT_INS); do \
|
|
$(RM) "$$execdir/$$p" && \
|
|
- ln "$$execdir/git$X" "$$execdir/$$p" 2>/dev/null || \
|
|
ln -s "git$X" "$$execdir/$$p" 2>/dev/null || \
|
|
cp "$$execdir/git$X" "$$execdir/$$p" || exit; \
|
|
done; } && \
|