From e70cb66a7b7e345a6c0b14893c347d86ac2ba21a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 19 Jan 2012 23:01:40 +0000 Subject: (tar) fix build with newer SVN --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') diff --git a/images/Makefile b/images/Makefile index bc6e6545a..372532c9e 100644 --- a/images/Makefile +++ b/images/Makefile @@ -22,7 +22,7 @@ all.kernels: update_kernel ../kernel/list_modules.pm dist: tar tar: @rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) - @if [ -e ".svn" ]; then \ + @if [ -e "../.svn" ]; then \ $(MAKE) dist-svn; \ elif [ -e "../.git" ]; then \ $(MAKE) dist-git; \ -- cgit v1.2.1