aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-09 14:38:28 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-09 14:38:28 +0000
commit00de8b40e5c95e7952e8f729943474f388483a5c (patch)
tree3f85caca580977766fefe08c76c1e09b7b34397e /src
parent2558925ceccf0160f2ad632e30235757220dc5e3 (diff)
downloadsimplepkg-00de8b40e5c95e7952e8f729943474f388483a5c.tar.gz
simplepkg-00de8b40e5c95e7952e8f729943474f388483a5c.tar.bz2
simplaret: another small fix :))
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@50 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-xsrc/simplaret2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret
index c68b156..d400765 100755
--- a/src/simplaret
+++ b/src/simplaret
@@ -282,7 +282,7 @@ function simplaret_search {
fi
else
- if [ "$repost_type" == "root" ]; then
+ if [ "$repos_type" == "root" ]; then
# root repositories has ROOT_PRIORITY
for priority in $ROOT_PRIORITY; do
for file in `simplaret_find_package $1 $storage/$repository_name | grep "/$priority/"`; do