SHHHHHHHHH cp - just symlink and be quiet!

SVN revision: 3996
This commit is contained in:
Carsten Haitzler 2000-12-15 22:09:52 +00:00
parent ce2c13f424
commit 5f743162c9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ install-data-local:
if test -d $(srcdir)/data; then \ if test -d $(srcdir)/data; then \
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/data; \
for d in $(srcdir)/data/*; do \ for d in $(srcdir)/data/*; do \
cp -ar $$d $(DESTDIR)$(pkgdatadir)/data; \ cp -afr $$d $(DESTDIR)$(pkgdatadir)/data; \
done \ done \
fi fi