2009-01-08 18:10:09 +01:00
|
|
|
don't use hardlinks as our .spec calls fdupes which converts the
|
|
|
|
hardlinks to symlinks again in an unpredicatable way
|
2009-03-05 16:44:01 +01:00
|
|
|
---
|
|
|
|
Makefile | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2009-09-02 18:48:38 +02:00
|
|
|
@@ -1667,7 +1667,6 @@
|
|
|
|
cp "$$bindir/git$X" "$$execdir/git$X"; } ; } && \
|
|
|
|
{ for p in $(BUILT_INS); do \
|
2009-03-05 16:44:01 +01:00
|
|
|
$(RM) "$$execdir/$$p" && \
|
2009-09-02 18:48:38 +02:00
|
|
|
- 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; } && \
|