diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-11-25 13:05:32 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-11-25 13:05:32 (GMT) |
commit | 620c13ec6d5379ed4aa270f2ced3a19946f4b91c (patch) | |
tree | e64c14021edcd20cb1e950c119d2a923a6f693d2 | |
parent | 6be75ea83696f8de8bcb9750c5f200f9eeb331f7 (diff) | |
download | linhes_pkgbuild-620c13ec6d5379ed4aa270f2ced3a19946f4b91c.zip linhes_pkgbuild-620c13ec6d5379ed4aa270f2ced3a19946f4b91c.tar.gz linhes_pkgbuild-620c13ec6d5379ed4aa270f2ced3a19946f4b91c.tar.bz2 |
update81-82.sh: change repo for glibc
-rw-r--r-- | abs/core/update81-82.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/update81-82.sh b/abs/core/update81-82.sh index 7061311..3667610 100644 --- a/abs/core/update81-82.sh +++ b/abs/core/update81-82.sh @@ -46,7 +46,7 @@ else echo "filesystem package downloaded" fi -curl -o glibc-2.18-11-x86_64.pkg.tar.xz http://linhes.org/repo/x86_64/core-testing/glibc-2.18-11-x86_64.pkg.tar.xz +curl -o glibc-2.18-11-x86_64.pkg.tar.xz http://linhes.org/repo/x86_64/core/glibc-2.18-11-x86_64.pkg.tar.xz rc=$? if [ $rc != 0 ] then |