Ajout mode muttrc pour emacs.
[hvlinux.git] / stage3 / pkg / usbutils
index eca956c..4793705 100644 (file)
@@ -2,6 +2,9 @@
 
 hvconfig_pre()
 {
+    cd ${LFS_TMP}/${PACKAGE}
+    ./autogen.sh
+    make distclean
     CONFIGURE_OPTS="\
         ${CONFIGURE_OPTS} \
         --disable-zlib"
@@ -9,5 +12,5 @@ hvconfig_pre()
 
 hvbuild_post()
 {
-    install -m644 ${SCRDIR}/misc/update-usbids /etc/fcron/fcron.d
+    install -v -m644 ${SCRDIR}/misc/update-usbids /etc/fcron/fcron.d
 }