diff options
author | Juergen Daubert <jue@jue.li> | 2009-08-25 20:17:58 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-08-25 20:17:58 +0200 |
commit | ae4271a6c90d218869543ecfe701ab79928a8907 (patch) | |
tree | 350fed8a884b1cfca7ee001166d7f8a11cdd44ea /usbutils | |
parent | 83f91dcba11e23955b6875c0c0b70590a0e30f7b (diff) | |
download | core-ae4271a6c90d218869543ecfe701ab79928a8907.tar.gz core-ae4271a6c90d218869543ecfe701ab79928a8907.tar.xz |
usbutils: fix location of pkgconfig file
Diffstat (limited to 'usbutils')
-rw-r--r-- | usbutils/.footprint | 5 | ||||
-rw-r--r-- | usbutils/Pkgfile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/usbutils/.footprint b/usbutils/.footprint index f6a34e2a..b8d61841 100644 --- a/usbutils/.footprint +++ b/usbutils/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/usb-devices -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/usbutils.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/usb-devices.1.gz @@ -13,4 +10,6 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/lsusb -rwxr-xr-x root/root usr/sbin/update-usbids.sh drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pkgconfig/ +-rw-r--r-- root/root usr/share/pkgconfig/usbutils.pc -rw-r--r-- root/root usr/share/usb.ids diff --git a/usbutils/Pkgfile b/usbutils/Pkgfile index 763f5a07..436f60a7 100644 --- a/usbutils/Pkgfile +++ b/usbutils/Pkgfile @@ -5,12 +5,12 @@ name=usbutils version=0.86 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/linux-usb/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --mandir=/usr/man --disable-zlib make - make DESTDIR=$PKG pkgconfigdir=/usr/lib/pkgconfig install + make DESTDIR=$PKG install } |