15 lines
408 B
Plaintext
15 lines
408 B
Plaintext
$NetBSD: patch-ap,v 1.3 2010/12/26 20:59:31 markd Exp $
|
|
|
|
PR# pkg/40147: sysutils/hal fails to build on Linux
|
|
|
|
--- tools/linux/Makefile.am.orig 2009-07-15 06:52:51.000000000 +0000
|
|
+++ tools/linux/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
-udevrulesdir = $(udev_prefix)/udev/rules.d
|
|
+udevrulesdir = $(PREFIX)/share/examples/hal
|
|
udevrules_DATA = 90-hal.rules
|
|
|
|
|