|
|
# special adaptions for the epia target echo_status "Customizing for LiveCD Target ..." [ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
extract_squashfspatch() { tar xfIO $base/download/mirror/s/squashfs2.0.tar.bz2 \ squashfs2.0/linux-${vanilla_ver}/squashfs2.0-patch > $archdir/squashfs2.0.patch }
hook_add prepatch 1 extract_squashfspatch var_append patchfiles " " "$archdir/squashfs2.0.patch"
|