Réglé bugs pour installation outils wireless
[hvlinux.git] / stage2 / pkg / wireless-tools
index ce6b039..0d1821a 100644 (file)
@@ -1,9 +1,9 @@
 #!/bin/bash
 
-hvbuild()
+hvconfig_pre()
 {
-    make
-    make PREFIX=/usr install
+    sed -e "s!^\(INSTALL_DIR=\).*!\1/sbin!" \
+        -e "s!^\(INSTALL_LIB=\).*!\1/lib!" -i ${LFS_TMP}/${PACKAGE}/Makefile
 }
 
 hvbuild_post()