mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
511 B

  1. # special adaptions for the epia target
  2. echo_status "Customizing for LiveCD Target ..."
  3. [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
  4. extract_squashfspatch() {
  5. my_ver=`echo ${vanilla_ver} | sed -e 's,^\(2\.[46]\.[0-9]*\)\(\..*\)$,\1,'`
  6. tar --use-compress-program=bzip2 -xOf $base/download/mirror/s/squashfs2.2-r2.tar.bz2 \
  7. squashfs2.2-r2/linux-${my_ver}/squashfs2.2-patch > $archdir/squashfs2.2.patch
  8. }
  9. hook_add prepatch 1 extract_squashfspatch
  10. var_append patchfiles " " "$archdir/squashfs2.2.patch"