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.
 
 
 
 
 
 

9 lines
380 B

# special adaptions for the epia target
echo_status "Customizing for EPIA-M Target ..."
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
var_append patchfiles " " $base/download/epiam/pkg_xfree86.patch.bz2
[ -f $base/download/epiam/via_dri.so.bz2 ] && \
hook_add postinstall 9 "bzcat $base/download/epiam/via_dri.so.bz2 > \
$root/$prefix/X11R6/lib/modules/dri/via_dri.so"