From 5c56fc97db7ced15297d0aa076bceb6938eae5d8 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 15 Aug 2012 13:21:39 +0000 Subject: Fix svn detection --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 872fd69..684b7d8 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ tar: dist dist: rm -rf ../$(NAME)-$(VERSION).tar* - @if [ -e ".svn" ]; then \ + @if svn info > /dev/null; then \ $(MAKE) dist-svn; \ elif [ -e ".git" ]; then \ $(MAKE) dist-git; \ -- cgit v1.2.1