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

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