From 6f68d80475cc9d4bbb47da7041703e8a914a47f4 Mon Sep 17 00:00:00 2001 From: fake Date: Thu, 25 Nov 2004 11:44:08 +0000 Subject: [PATCH] fake: livecd: replace the lacking official squashfs by a modified version until the official one gets updated. [2004111923341410079] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4807 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/squashfs-tools/squashfs-tools.desc | 4 ++-- target/livecd/download.txt | 2 +- target/livecd/pkg_linux.conf | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/fake/squashfs-tools/squashfs-tools.desc b/package/fake/squashfs-tools/squashfs-tools.desc index 77da7fff9..148f9964b 100644 --- a/package/fake/squashfs-tools/squashfs-tools.desc +++ b/package/fake/squashfs-tools/squashfs-tools.desc @@ -37,8 +37,8 @@ [L] GPL [S] Stable -[V] 2.0-r2 +[V] 2.0-r2-fake [P] X -1---5---- 106.100 -[D] 1044314075 squashfs2.0-r2.tar.gz http://dl.sourceforge.net/sourceforge/squashfs/ +[D] 3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/ diff --git a/target/livecd/download.txt b/target/livecd/download.txt index 5a765fca3..53e89eecc 100644 --- a/target/livecd/download.txt +++ b/target/livecd/download.txt @@ -1 +1 @@ -1044314075 squashfs2.0-r2.tar.gz http://dl.sourceforge.net/sourceforge/squashfs/ +3130659066 squashfs2.0r2-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/ diff --git a/target/livecd/pkg_linux.conf b/target/livecd/pkg_linux.conf index f0d617c30..af464ef1b 100644 --- a/target/livecd/pkg_linux.conf +++ b/target/livecd/pkg_linux.conf @@ -3,8 +3,8 @@ echo_status "Customizing for LiveCD Target ..." [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf extract_squashfspatch() { - tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0-r2.tar.bz2 \ - squashfs2.0r2/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch + tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.0r2-fake.tar.bz2 \ + squashfs2.0r2-fake/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch } hook_add prepatch 1 extract_squashfspatch