# HG changeset patch # User Eric Joseph-Alexandre # Date 1276870370 -7200 # Node ID d22c7c0e0bd367f6e18fbcfca610d5b6ba1d545b # Parent f2f82c4052c8324cfa554ce54517a68b5e093511 Up: usbutils* (0.86) diff -r f2f82c4052c8 -r d22c7c0e0bd3 usbutils-dev/receipt --- a/usbutils-dev/receipt Fri Jun 18 16:09:12 2010 +0200 +++ b/usbutils-dev/receipt Fri Jun 18 16:12:50 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="usbutils-dev" -VERSION="0.84" +VERSION="0.86" CATEGORY="development" SHORT_DESC="Development files for usbutils." MAINTAINER="erjo@slitaz.org" @@ -14,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/share/misc/pkgconfig $fs/usr/lib } diff -r f2f82c4052c8 -r d22c7c0e0bd3 usbutils/receipt --- a/usbutils/receipt Fri Jun 18 16:09:12 2010 +0200 +++ b/usbutils/receipt Fri Jun 18 16:12:50 2010 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="usbutils" -VERSION="0.84" +VERSION="0.86" CATEGORY="system-tools" SHORT_DESC="Displaying information about USB." MAINTAINER="erjo@slitaz.org" @@ -19,6 +19,7 @@ ./configure \ --prefix=/usr \ --datadir=/usr/share/misc \ + --libdir=/usr/lib \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install