libusb-config 169 B

1234
  1. #!/bin/sh
  2. echo 'ERROR: /usr/bin/libusb-config should not be used, use an alternative such as pkg-config' >&2
  3. echo '--should-not-have-used-/usr/bin/libusb-config'
  4. exit 1