X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fpkg%2Fusbutils;h=e98ab51b4dc2918fe1a990d980a45fe8d55981a5;hb=2ae8d010cef72cd9f12c7ca3cf9260ffe68fa4ca;hp=eca956c5104d2a89dbdcc4d89e0b7b279c27643f;hpb=700e3fd5c90d178a6412f40e550628315e456cfc;p=hvlinux.git diff --git a/stage3/pkg/usbutils b/stage3/pkg/usbutils index eca956c..e98ab51 100644 --- a/stage3/pkg/usbutils +++ b/stage3/pkg/usbutils @@ -1,13 +1,6 @@ #!/bin/bash -hvconfig_pre() -{ - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --disable-zlib" -} - hvbuild_post() { - install -m644 ${SCRDIR}/misc/update-usbids /etc/fcron/fcron.d + install -v -m644 ${SCRDIR}/misc/update-usbids /etc/fcron/fcron.d }