blob: cfa74ee65c706617be1359d6fdc4aeb53eea340a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig 2010-07-13 21:30:02.000000000 +0200
+++ Makefile.am 2010-07-13 21:30:21.000000000 +0200
@@ -56,7 +56,7 @@ lsusb.8: $(srcdir)/lsusb.8.in
usb-devices.1: $(srcdir)/usb-devices.1.in
sed 's|VERSION|$(VERSION)|g' $< >$@
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = usbutils.pc
usbutils.pc: $(srcdir)/usbutils.pc.in
|