Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage2 / pkg / kernel
index d2e8fe1..403377b 100644 (file)
@@ -3,7 +3,7 @@
 hvbuild()
 {
     rm -rf /usr/src/${PACKAGE}
-    mv ${LFS_TMP}/${PACKAGE} /usr/src
+    mv ${SRC_DIR} /usr/src
 
     cd /usr/src/${PACKAGE}