aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 02c411d..a31a578 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ $(envd_DATA) $(profiled_DATA): | create-src-dir
$(SED) "s|\@GENTOO_PORTAGE_EPREFIX\@|@EPREFIX@|g" $(top_srcdir)/$@.in >$@
dist-hook:
- if test -d "$(srcdir)"/.svn ; then \
+ if svn info "$(srcdir)" >/dev/null 2>&1 ; then \
echo "Generating ChangeLog ..." ; \
( cd "$(top_srcdir)" && svn2cl --authors AUTHORS -o "$(top_distdir)"/ChangeLog ) ; \
else \