[PATCH] copy-acpica.sh: update to use the correct ACPICA git repo
Colin King
colin.king at canonical.com
Fri Apr 26 15:20:14 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
Currently using an old repo, update to use the correct one.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
copy-acpica.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/copy-acpica.sh b/copy-acpica.sh
index b578974..eee43ff 100755
--- a/copy-acpica.sh
+++ b/copy-acpica.sh
@@ -10,7 +10,7 @@ if [ -e acpica ]; then
mv acpica acpica.old
fi
echo "Cloning new ACPICA.."
-git clone https://github.com/otcshare/acpica.git
+git clone git://github.com/acpica/acpica
FWTS_ACPICA_PATH=${FWTS}/src/acpica/source
SAVE_FILES=acpica-upgrade-save
--
1.8.1.2
More information about the fwts-devel
mailing list