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.

7 lines
135 B

  1. fwbuilder_prem() {
  2. if [[ $xsrctar = fwbuilder* ]] ; then
  3. patch -p1 < $confdir/errno.diff
  4. fi
  5. }
  6. hook_add premake 3 "fwbuilder_prem"