summaryrefslogtreecommitdiff
path: root/package/usbutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-26 20:23:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-26 20:23:03 +0100
commitb944726b75e18b624bb92e1e4eaa2dafc8d118e0 (patch)
treed5ddc689d2f1b6be0f417cd958585b9db038dbda /package/usbutils
parent49b8831dc9d9dc5c618628b2c36c6057f31d1bb7 (diff)
some usb fixes, wrong controller choosen. (and some more minor changes)
Diffstat (limited to 'package/usbutils')
-rw-r--r--package/usbutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/usbutils/Makefile b/package/usbutils/Makefile
index 21ec416ed..2aae6b570 100644
--- a/package/usbutils/Makefile
+++ b/package/usbutils/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= usbutils
PKG_VERSION:= 0.86
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 34979f675d2bcb3e1b45012fa830a53f
PKG_DESCR:= A program to list USB devices
PKG_SECTION:= utils
@@ -23,7 +23,7 @@ post-install:
${INSTALL_DIR} ${IDIR_LSUSB}/usr/share
${INSTALL_DATA} ${WRKINST}/usr/share/usb.ids \
${IDIR_LSUSB}/usr/share/
- ${INSTALL_DIR} ${IDIR_LSUSB}/usr/sbin
- ${INSTALL_BIN} ${WRKINST}/usr/sbin/lsusb ${IDIR_LSUSB}/usr/sbin/
+ ${INSTALL_DIR} ${IDIR_LSUSB}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/sbin/lsusb ${IDIR_LSUSB}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk