summaryrefslogtreecommitdiff
path: root/copy_local_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy_local_packages.sh')
-rwxr-xr-xcopy_local_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy_local_packages.sh b/copy_local_packages.sh
index 776d74a..c7110d7 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 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"
+ADDITIONAL_PKGS="ntp-4.2.8.p8-1"
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/.