From ac8c5d214551f898b3448a578070f45c13e29b15 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 6 Feb 2016 20:04:02 +0100 Subject: tons of bugfixes force output via serial --- copy_local_packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copy_local_packages.sh') diff --git a/copy_local_packages.sh b/copy_local_packages.sh index 99609db..776d74a 100755 --- a/copy_local_packages.sh +++ b/copy_local_packages.sh @@ -1,7 +1,7 @@ #!/bin/sh -rm -rf core/os/x86_64/ -mkdir -p core/os/x86_64/ +rm -rf {core,extra,community}/os/x86_64/ +mkdir -p {core,extra,community}/os/x86_64/ for p in `cat archiso/arch/pkglist.x86_64.txt`; do case $p in -- cgit v1.2.3-54-g00ecf