diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-09 14:38:28 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-12-09 14:38:28 +0000 |
commit | 00de8b40e5c95e7952e8f729943474f388483a5c (patch) | |
tree | 3f85caca580977766fefe08c76c1e09b7b34397e | |
parent | 2558925ceccf0160f2ad632e30235757220dc5e3 (diff) | |
download | simplepkg-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
-rwxr-xr-x | src/simplaret | 2 |
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 |