aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-08-15 13:21:39 +0000
committerPascal Terjan <pterjan@mageia.org>2012-08-15 13:21:39 +0000
commit5c56fc97db7ced15297d0aa076bceb6938eae5d8 (patch)
tree3b65298b1607fc48e74943205e25b2b5855b879c /Makefile
parent35ef2c181de67622a85fb8740c5f259d6decedc7 (diff)
downloadiurt-5c56fc97db7ced15297d0aa076bceb6938eae5d8.tar
iurt-5c56fc97db7ced15297d0aa076bceb6938eae5d8.tar.gz
iurt-5c56fc97db7ced15297d0aa076bceb6938eae5d8.tar.bz2
iurt-5c56fc97db7ced15297d0aa076bceb6938eae5d8.tar.xz
iurt-5c56fc97db7ced15297d0aa076bceb6938eae5d8.zip
Fix svn detection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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; \