|
|
# packages we're going to build will depend on libusb and libusb-devel | # packages we're going to build will depend on libusb and libusb-devel |
# RPM packages or not. | # RPM packages or not. |
| |
|
# remove rpm -q test to avoid breaking sandbox |
if rpm -q libusb-devel > /dev/null 2>&1; then |
|
RPM_LIBUSB_DEVEL_TRUE= | RPM_LIBUSB_DEVEL_TRUE= |
RPM_LIBUSB_DEVEL_FALSE='#' | RPM_LIBUSB_DEVEL_FALSE='#' |
else |
|
RPM_LIBUSB_DEVEL_TRUE='#' |
|
RPM_LIBUSB_DEVEL_FALSE= |
|
fi |
|
| |
| |
# effective_target has to be determined in advance | # effective_target has to be determined in advance |