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

Collapse All | Expand All

(-)src/Version.py.orig (-1 / +1 lines)
Lines 43-48 Link Here
43
    else:
43
    else:
44
      dataPath = "data"
44
      dataPath = "data"
45
  else:
45
  else:
46
    dataPath = os.path.join("..", "data")
46
    dataPath = os.path.join("/", "usr", "share", "games", "fretsonfire", "data")
47
  return dataPath
47
  return dataPath

Return to bug 143388