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

Collapse All | Expand All

(-)src/arch/ArchHooks/ArchHooks_Unix.cpp (-1 / +3 lines)
Lines 254-260 Link Here
254
	 * scores.  It would need to handle permissions properly. */
254
	 * scores.  It would need to handle permissions properly. */
255
/*	RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "/Save/Profiles" ); */
255
/*	RageFileManager::Mount( "dir", "/var/lib/games/stepmania", "/Save/Profiles" ); */
256
	
256
	
257
	// RString Home = getenv( "HOME" ) + "/" + PRODUCT_ID;
257
	RString Home = getenv( "HOME" );
258
258
259
	/*
259
	/*
260
	 * Next: path to write general mutable user data.  If the above path fails (eg.
260
	 * Next: path to write general mutable user data.  If the above path fails (eg.
Lines 268-273 Link Here
268
268
269
	/* Next, search ~/StepMania.  This is where users can put music, themes, etc. */
269
	/* Next, search ~/StepMania.  This is where users can put music, themes, etc. */
270
	/* RageFileManager::Mount( "dir", Home + PRODUCT_ID, "/" ); */
270
	/* RageFileManager::Mount( "dir", Home + PRODUCT_ID, "/" ); */
271
	FILEMAN->Mount( "dir", Home + "/."PACKAGE, "/" );
272
	FILEMAN->Mount( "dir", "/usr/share/games/stepmania", "/" );
271
273
272
	/* Search for a directory with "Songs" in it.  Be careful: the CWD is likely to
274
	/* Search for a directory with "Songs" in it.  Be careful: the CWD is likely to
273
	 * be ~, and it's possible that some users will have a ~/Songs/ directory that
275
	 * be ~, and it's possible that some users will have a ~/Songs/ directory that

Return to bug 148787