2009-01-08 17:10:09 +00:00
|
|
|
don't use hardlinks as our .spec calls fdupes which converts the
|
|
|
|
hardlinks to symlinks again in an unpredicatable way
|
2009-03-05 15:44:01 +00:00
|
|
|
---
|
|
|
|
Makefile | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2011-06-28 13:12:53 +00:00
|
|
|
@@ -2252,7 +2252,6 @@
|
2010-10-11 12:44:17 +00:00
|
|
|
done && \
|
2010-09-27 14:02:12 +00:00
|
|
|
for p in $(BUILT_INS); do \
|
2009-03-05 15:44:01 +00:00
|
|
|
$(RM) "$$execdir/$$p" && \
|
2009-09-02 16:48:38 +00: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; \
|
2010-09-27 14:02:12 +00:00
|
|
|
done && \
|