blob: ac073636313d75624fb6e984e8ad52d776a47663 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- libltdl/Makefile.in.orig Mon May 16 02:34:13 2005
+++ libltdl/Makefile.in Thu Jun 16 19:29:09 2005
@@ -437,9 +437,7 @@
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ echo no cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ echo no cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
- || exit 1; \
+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \
fi; \
|