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.

10 lines
285 B

  1. preconf_patch() {
  2. # patch some false dependencies away in Makefile.ins
  3. sed -ri 's,[^ ]*(src/core/fusion|src/core/modules.h|src/misc/debug.h)[^ ]*,,g' \
  4. gfxdrivers/savage/Makefile.in inputdrivers/elo/Makefile.in \
  5. inputdrivers/linux_input/Makefile.in
  6. }
  7. preconf="preconf_patch"