diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-19 21:38:28 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-19 21:38:28 -0500 |
commit | b8a883720066e4f91b162ea91719f9a0f15958ed (patch) | |
tree | 4aaf438b6ecbfab506bce9ac5e08249633de686f /config | |
parent | a79cd8ac55d222e182bde411b94bb19cb74fa728 (diff) |
Another fix
Diffstat (limited to 'config')
-rw-r--r-- | config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ FTP_BASE="/home/parabolavnx/parabolagnulinux.org/free" ARCH_BASE="/home/parabolavnx/parabolagnulinux.org/repo" SVNREPO="/home/parabolavnx/parabolagnulinux.org/abslibre" -PKGREPOS=('core' 'extra' 'community' 'libre' 'libre-testing' 'social' 'sugar' 'testing' 'multilib') +ARCHREPOS=('core' 'extra' 'community' 'testing' 'multilib') +PKGREPOS=(${ARCHREPOS[@]} 'libre' 'libre-testing' 'social' 'sugar') PKGPOOL='pool/packages' SRCPOOL='sources/packages' |