2010-09-27 16:02:15 +02:00
|
|
|
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
|
2011-02-17 12:18:45 +01:00
|
|
|
@@ -2133,7 +2133,6 @@
|
|
|
|
done && \
|
2010-09-27 16:02:15 +02:00
|
|
|
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 && \
|