summaryrefslogtreecommitdiffstats
path: root/disk/udev/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'disk/udev/BUILD')
-rwxr-xr-xdisk/udev/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/udev/BUILD b/disk/udev/BUILD
index 4c30078b06..1ae0c50c26 100755
--- a/disk/udev/BUILD
+++ b/disk/udev/BUILD
@@ -12,7 +12,7 @@ OPTS="--prefix=$INSTALL_ROOT/usr \
if [[ "${UDEV_HWDB}" = '--enable-hwdb' ]]; then
if [[ "$(get_spell_provider ${SPELL} USBIDS)" == 'hwdata' ]]; then
OPTS="$OPTS --with-usb-ids-path=/usr/share/hwdata/usb.ids"
- elif [[ "$(get_spell_provider ${SPELL} USBIDS)" == 'usbids' ]]; then
+ elif [[ "$(get_spell_provider ${SPELL} USBIDS)" == 'usbutils' ]]; then
OPTS="$OPTS --with-usb-ids-path=/usr/share/usb.ids"
else
message "${PROBLEM_COLOR}unknown USBIDS provider, you are on your own.${DEFAULT_COLOR}"