diff options
Diffstat (limited to 'package/usbutils/patches')
-rw-r--r-- | package/usbutils/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/usbutils/patches/patch-Makefile_in b/package/usbutils/patches/patch-Makefile_in new file mode 100644 index 000000000..2e0372fc9 --- /dev/null +++ b/package/usbutils/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- usbutils-003.orig/Makefile.in 2011-06-16 02:37:51.000000000 +0200 ++++ usbutils-003/Makefile.in 2011-06-16 17:45:11.596951462 +0200 +@@ -298,7 +298,7 @@ EXTRA_DIST = \ + lsusb.py \ + usbutils.pc.in + +-pkgconfigdir = $(datarootdir)/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = usbutils.pc + DISTCLEANFILES = \ + usb.ids.gz \ |