From ab29c5020bc55511fc3456319d428ff154a290f4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 18 May 2014 20:02:40 +0200 Subject: .. --- copy_local_packages.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'copy_local_packages.sh') diff --git a/copy_local_packages.sh b/copy_local_packages.sh index 6764c1c..99609db 100755 --- a/copy_local_packages.sh +++ b/copy_local_packages.sh @@ -17,7 +17,7 @@ for p in `cat archiso/arch/pkglist.x86_64.txt`; do esac done -ADDITIONAL_PKGS="libunistring-0.9.3-6" +ADDITIONAL_PKGS="libunistring-0.9.3-6 ntp-4.2.7.p441-1 joe-3.7-4 git-1.9.2-1 perl-error-0.17022-1 libxml2-2.9.1-5" for pkgname in $ADDITIONAL_PKGS; do if test -f /var/cache/pacman/pkg/$pkgname*x86_64.pkg.tar.xz; then cp /var/cache/pacman/pkg/$pkgname*x86_64.pkg.tar.xz core/os/x86_64/. @@ -27,9 +27,9 @@ for pkgname in $ADDITIONAL_PKGS; do fi done -repo-add core/os/x86_64/core.db.tar.gz core/os/x86_64/* -ln -s core.db.tar.gz core/os/x86_64/core.db +repo-add -n core/os/x86_64/core.db.tar.gz core/os/x86_64/* +ln -fs core.db.tar.gz core/os/x86_64/core.db tar zcvfT extra/os/x86_64/extra.db.tar.gz /dev/null -ln -s extra.db.tar.gz extra/os/x86_64/extra.db +ln -fs extra.db.tar.gz extra/os/x86_64/extra.db tar zcvfT community/os/x86_64/community.db.tar.gz /dev/null -ln -s community.db.tar.gz community/os/x86_64/community.db +ln -fs community.db.tar.gz community/os/x86_64/community.db -- cgit v1.2.3-54-g00ecf