Wichert Akkerman лет назад: 26
Родитель
Сommit
7554cd4b7f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      main/depcon.c

+ 1 - 1
main/depcon.c

@@ -198,7 +198,7 @@ int depisok(struct dependency *dep, struct varbuf *whynot,
   
   /* TODO: check dep_enhances as well (WTA) */
   if (dep->type == dep_depends || dep->type == dep_predepends ||
-      dep->type == dep_recommends || dep->type = dep_suggests ) {
+      dep->type == dep_recommends || dep->type == dep_suggests ) {
     
     /* Go through the alternatives.  As soon as we find one that
      * we like, we return `1' straight away.  Otherwise, when we get to