pkgsrc/pkgtools/packagekit/patches/patch-ak
wiz cbc999f306 Avoid installing files to /lib/udev.
Sort PLIST, and remove share/examples/packagekit.
Bump PKGREVISION for last.
2009-02-15 16:44:20 +00:00

21 lines
723 B
Text

$NetBSD: patch-ak,v 1.2 2009/02/15 16:44:20 wiz Exp $
--- contrib/udev/Makefile.in.orig 2008-12-09 08:25:51.000000000 +0000
+++ contrib/udev/Makefile.in
@@ -290,7 +290,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-udevrulesdir = ${SYSCONFDIR}/udev/rules.d
+udevrulesdir = $(PREFIX)/share/examples/packagekit
dist_udevrules_DATA = 51-packagekit-firmware.rules
EXTRA_DIST = packagekit-firmware.sh
all: all-am
@@ -485,6 +485,7 @@ uninstall-am: uninstall-dist_udevrulesDA
install-data-hook:
+xxinstall-data-hook:
if test -w $(DESTDIR)/; then \
mkdir -p $(DESTDIR)/var/run/PackageKit/udev; \
mkdir -p $(DESTDIR)/lib/udev; \