summaryrefslogtreecommitdiff
path: root/pato2.py
diff options
context:
space:
mode:
Diffstat (limited to 'pato2.py')
-rw-r--r--pato2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pato2.py b/pato2.py
index 6d8a981..df81b73 100644
--- a/pato2.py
+++ b/pato2.py
@@ -51,7 +51,7 @@ emptydb= path + "/files/repo-empty.db.tar.gz"
# Repo, arch, and other folders to use for repo
repo_list = ("core", "extra", "community","multilib")
-dir_list = ("pool",)
+dir_list = ("pool","sources")
arch_list = ("i686", "x86_64")
other = ("any",)