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 c7110d7..1ff3c16 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="ntp-4.2.8.p8-1"
+ADDITIONAL_PKGS="ntp-4.2.8.p8-1 joe-4.3-1 libxml2-2.9.4+4+g3169602-1 lmdb-0.9.18-1 libyaml-0.1.7-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/.