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:10:56 (GMT) |
commit | 0374b16f1e15ba1819b62bd5a6e0076ac7b243d0 (patch) | |
tree | 159aad7c86cb5ca6d898f22c14f72f72be1151cc /abs/core | |
parent | f7b823f55a80b1498c30e9f3a47692a2329c4f09 (diff) | |
download | linhes_pkgbuild-0374b16f1e15ba1819b62bd5a6e0076ac7b243d0.zip linhes_pkgbuild-0374b16f1e15ba1819b62bd5a6e0076ac7b243d0.tar.gz linhes_pkgbuild-0374b16f1e15ba1819b62bd5a6e0076ac7b243d0.tar.bz2 |
update81-82.sh: change repo for glibc
Diffstat (limited to 'abs/core')
-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 |