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

Collapse All | Expand All

(-)src/file/FileOperations.cc.orig (-1 / +1 lines)
Lines 167-173 Link Here
167
		*(strrchr(p,'\\')) = '\0';
167
		*(strrchr(p,'\\')) = '\0';
168
		systemDir = getConventionalPath(p) + "/";
168
		systemDir = getConventionalPath(p) + "/";
169
#else
169
#else
170
		systemDir = "/opt/openMSX/";
170
		systemDir = "/usr/share/games/openmsx/";
171
#endif
171
#endif
172
	}
172
	}
173
	return systemDir;
173
	return systemDir;

Return to bug 32397