Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52292 | Differences between
and this patch

Collapse All | Expand All

(-)hot-babe-0.2.0/hot-babe.c (-1 / +1 lines)
Lines 344-350 Link Here
344
      fprintf( stderr, "Can't find pictures\n" );
344
      fprintf( stderr, "Can't find pictures\n" );
345
      return 1;
345
      return 1;
346
    }
346
    }
347
  } else if( load_anim( &bm.anim, DESTDIR "/share/hot-babe/hb01" ) &&
347
  } else if( load_anim( &bm.anim, DESTDIR "/usr/share/hot-babe/hb01" ) &&
348
      load_anim( &bm.anim, "hb01" ) ) {
348
      load_anim( &bm.anim, "hb01" ) ) {
349
    fprintf( stderr, "Can't find pictures\n" );
349
    fprintf( stderr, "Can't find pictures\n" );
350
    return 1;
350
    return 1;

Return to bug 52292