diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-01-19 23:01:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-01-19 23:01:40 +0000 |
commit | e70cb66a7b7e345a6c0b14893c347d86ac2ba21a (patch) | |
tree | 4caf1ef853a259ae0cf16489ee1f383d3c5d67b5 /images/Makefile | |
parent | 3794c38b41e34c336674762452a431929afce685 (diff) | |
download | drakx-backup-do-not-use-e70cb66a7b7e345a6c0b14893c347d86ac2ba21a.tar drakx-backup-do-not-use-e70cb66a7b7e345a6c0b14893c347d86ac2ba21a.tar.gz drakx-backup-do-not-use-e70cb66a7b7e345a6c0b14893c347d86ac2ba21a.tar.bz2 drakx-backup-do-not-use-e70cb66a7b7e345a6c0b14893c347d86ac2ba21a.tar.xz drakx-backup-do-not-use-e70cb66a7b7e345a6c0b14893c347d86ac2ba21a.zip |
(tar) fix build with newer SVN
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |