[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-636-g620ed68

git git at cross-lfs.org
Fri Jan 31 11:12:48 PST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  620ed680d1dd4af1e31d39716c5478d14a6bb582 (commit)
      from  5f3917729022d8b360ccd1900558b2038aefed18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 620ed680d1dd4af1e31d39716c5478d14a6bb582
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Jan 31 13:14:36 2014 -0600

    Update suffix for perl tarball.

diff --git a/scripts/patch/perl-patch.sh b/scripts/patch/perl-patch.sh
index 63dd8eb..8d56811 100755
--- a/scripts/patch/perl-patch.sh
+++ b/scripts/patch/perl-patch.sh
@@ -16,8 +16,8 @@ fi
 # Download Perl Source
 #
 cd /usr/src
-if ! [ -e perl-${VERSION}.tar.gz  ]; then
-  wget http://www.cpan.org/src/perl-${VERSION}.tar.gz
+if ! [ -e perl-${VERSION}.tar. bz2 ]; then
+  wget http://www.cpan.org/src/perl-${VERSION}.tar.bz2
 fi
 
 # Set Patch Number
@@ -40,7 +40,7 @@ rm -f index.html
 # Cleanup Directory
 #
 rm -rf perl-${VERSION} perl-${VERSION}.orig
-tar xvf perl-${VERSION}.tar.gz
+tar xvf perl-${VERSION}.tar.bz2
 mv perl-${VERSION} perl-${VERSION}.orig
 CURRENTDIR=$(pwd -P)
 

-----------------------------------------------------------------------

Summary of changes:
 scripts/patch/perl-patch.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list