[Rt-commit] [rtir] 01/03: Regression from 9b49c1b65

Kevin Falcone falcone at bestpractical.com
Thu Feb 6 09:44:17 EST 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.0.1-releng
in repository rtir.

commit 10520d73e1a11fc4bcf1212710fd2da654b595e5
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Feb 5 12:17:28 2014 -0500

    Regression from 9b49c1b65
    
    Accidentally made make snapshot not work anymore
---
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 25dd71f..21e37e7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -56,10 +56,10 @@ postamble(<<POSTAMBLE
 snapshot: dist sign-dist dist-shasums
 
 sign-dist:
-	gpg -a --detach-sign $(DISTVNAME).tar.gz
+	gpg -a --detach-sign \$(DISTVNAME).tar.gz
 
 dist-shasums:
-	sha1sum $(DISTVNAME).tar.gz*
+	sha1sum \$(DISTVNAME).tar.gz*
 
 parallel-test: test-parallel
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list