Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage3 / pkg / unzip
index d287e08..4e4273d 100644 (file)
@@ -10,7 +10,6 @@ hvbuild()
             UNZIP_TARGET=linux
     esac
 
-    cd ${LFS_TMP}/${PACKAGE}
     make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 ${UNZIP_TARGET}
     make prefix=/usr install
 }