summaryrefslogtreecommitdiff
path: root/copy_local_packages.sh
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-05-18 20:02:40 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-05-18 20:02:40 +0200
commitab29c5020bc55511fc3456319d428ff154a290f4 (patch)
tree088589aa49c7005c2bd4679d56077f53d08b371a /copy_local_packages.sh
parent3698a57fdaed1a4e3ce074113bbe876c9609a0d4 (diff)
downloadarchauto-ab29c5020bc55511fc3456319d428ff154a290f4.tar.gz
archauto-ab29c5020bc55511fc3456319d428ff154a290f4.tar.bz2
..
Diffstat (limited to 'copy_local_packages.sh')
-rwxr-xr-xcopy_local_packages.sh10
1 files changed, 5 insertions, 5 deletions
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