Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
d70a079f5d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      target/livecd/download.txt
  2. +2
    -2
      target/livecd/pkg_linux.conf

+ 1
- 1
target/livecd/download.txt

@ -1 +1 @@
3903183588 squashfs2.1.tar.gz http://dl.sourceforge.net/squashfs/
2107260339 squashfs2.1-fake.tar.bz2 http://www.rocklinux.net/people/fake/squashfs/

+ 2
- 2
target/livecd/pkg_linux.conf

@ -3,8 +3,8 @@ echo_status "Customizing for LiveCD Target ..."
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
extract_squashfspatch() { extract_squashfspatch() {
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.1.tar.bz2 \
squashfs2.1/linux-${vanilla_ver}/squashfs2.1-patch > $archdir/squashfs2.1.patch
tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.1-fake.tar.bz2 \
squashfs2.1-fake/linux-${vanilla_ver}/squashfs2.1-patch > $archdir/squashfs2.1.patch
} }
hook_add prepatch 1 extract_squashfspatch hook_add prepatch 1 extract_squashfspatch

Loading…
Cancel
Save