summaryrefslogtreecommitdiff
path: root/copy_local_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy_local_packages.sh')
-rwxr-xr-xcopy_local_packages.sh4
1 files changed, 2 insertions, 2 deletions
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