[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-832-g7ffbb9c

git git at cross-lfs.org
Fri Jan 31 11:12:49 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, systemd has been updated
       via  7ffbb9cabe3c19d4e960b314e76fa4970c1a2324 (commit)
      from  0f27310a630dfefa8d388a83316adbf990ca92a0 (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 7ffbb9cabe3c19d4e960b314e76fa4970c1a2324
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Fri Jan 31 13:13:58 2014 -0600

    Update suffix for perl tarball.

diff --git a/scripts/patch/perl-patch.sh b/scripts/patch/perl-patch.sh
index 63dd8eb..d2b2d03 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