From 4a841e24eff3793e337ecaef0aae7cc67573aa72 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 4 Nov 2010 13:55:30 +0100 Subject: [PATCH] usbutils: install the pkgconfig file, bumprev. --- srcpkgs/usbutils/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/usbutils/template b/srcpkgs/usbutils/template index 39d74a93fe..d0e082d906 100644 --- a/srcpkgs/usbutils/template +++ b/srcpkgs/usbutils/template @@ -1,6 +1,7 @@ # Template file for 'usbutils' pkgname=usbutils version=0.91 +revision=1 distfiles="${KERNEL_SITE}/utils/usb/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--datadir=/usr/share/hwdata --disable-zlib" @@ -26,5 +27,6 @@ pre_configure() post_install() { - rm -rf ${DESTDIR}/usr/share/pkgconfig + install -d ${DESTDIR}/usr/lib + mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib }