root-odJJhXpcy38dnm+
2012-01-23 19:36:29 UTC
Revision: 2776
Author: tv
Date: 2012-01-23 20:36:29 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
fix .svn path
Modified Paths:
--------------
drakx/trunk/perl-install/install/Makefile
Modified: drakx/trunk/perl-install/install/Makefile
===================================================================
--- drakx/trunk/perl-install/install/Makefile 2012-01-23 19:06:19 UTC (rev 2775)
+++ drakx/trunk/perl-install/install/Makefile 2012-01-23 19:36:29 UTC (rev 2776)
@@ -29,7 +29,7 @@
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; \
Author: tv
Date: 2012-01-23 20:36:29 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
fix .svn path
Modified Paths:
--------------
drakx/trunk/perl-install/install/Makefile
Modified: drakx/trunk/perl-install/install/Makefile
===================================================================
--- drakx/trunk/perl-install/install/Makefile 2012-01-23 19:06:19 UTC (rev 2775)
+++ drakx/trunk/perl-install/install/Makefile 2012-01-23 19:36:29 UTC (rev 2776)
@@ -29,7 +29,7 @@
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; \