Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58213
Collapse All | Expand All

(-)src/FileHandler.cpp.old (-1 / +1 lines)
Lines 114-120 Link Here
114
  #ifdef ENABLE_BINRELOC
114
  #ifdef ENABLE_BINRELOC
115
  return std::string(DATADIR) + std::string("/sear");
115
  return std::string(DATADIR) + std::string("/sear");
116
#else
116
#else
117
  return std::string(INSTALLDIR) + std::string("/share/sear");
117
  return std::string("@GENTOO_DATADIR@/sear");
118
#endif
118
#endif
119
#endif
119
#endif
120
}
120
}

Return to bug 58213