Discussion:
[2776] fix .svn path
root-odJJhXpcy38dnm+
2012-01-23 19:36:29 UTC
Permalink
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; \
root-odJJhXpcy38dnm+
2012-01-23 19:38:19 UTC
Permalink
Revision: 2777
Author: tv
Date: 2012-01-23 20:38:18 +0100 (Mon, 23 Jan 2012)
Log Message:
-----------
fix .svn path

Modified Paths:
--------------
drakx/trunk/mdk-stage1/Makefile

Modified: drakx/trunk/mdk-stage1/Makefile
===================================================================
--- drakx/trunk/mdk-stage1/Makefile 2012-01-23 19:36:29 UTC (rev 2776)
+++ drakx/trunk/mdk-stage1/Makefile 2012-01-23 19:38:18 UTC (rev 2777)
@@ -214,7 +214,7 @@
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; \

Loading...