From 135320df698c771660985f0c17c7548ea5f85cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Guilherme=20Bergamini=20Mendes?= Date: Wed, 16 Sep 2020 22:22:52 -0300 Subject: [PATCH] Update lfs-cross.sh --- lfs-cross.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-cross.sh b/lfs-cross.sh index 6f88737..9516ec9 100644 --- a/lfs-cross.sh +++ b/lfs-cross.sh @@ -16,7 +16,7 @@ begin() { } finish() { - cd /sources + cd $LFS/sources rm -rf $package_name }