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
|
2010-10-11 14:44:17 +02:00
|
|
|
@@ -2133,7 +2133,6 @@
|
|
|
|
done && \
|
2010-09-27 16:02:12 +02:00
|
|
|
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; \
|
2010-09-27 16:02:12 +02:00
|
|
|
done && \
|