[Nut-upsdev] [PATCH] oops, forgot that I changed where nut-usbinfo.pl is to be run from!
Greg A. Woods
woods at planix.com
Mon Mar 12 21:53:36 UTC 2012
From: "Greg A. Woods" <woods at planix.com>
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autogen.sh b/autogen.sh
index 323b167..328a88c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ if [ ! -f scripts/hal/ups-nut-device.fdi.in ] || [ ! -f scripts/udev/nut-usbups.
then
if perl -e 1; then
echo "Regenerating the USB helper files..."
- cd tools && ./nut-usbinfo.pl && cd ..
+ cd tools/nut-scanner && ../nut-usbinfo.pl && cd ../..
else
echo "----------------------------------------------------------------------"
echo "Error: Perl is not available."
--
1.7.9.2
More information about the Nut-upsdev
mailing list