Author: glen Date: Mon Aug 20 19:11:02 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - from http://cvs.mandriva.com/cgi-bin/viewvc.cgi/contrib-SPECS/openmsx/openmsx_fix_config.patch?revision=1.1
---- Files affected: SOURCES: openmsx-config.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openmsx-config.patch diff -u /dev/null SOURCES/openmsx-config.patch:1.1 --- /dev/null Mon Aug 20 21:11:02 2007 +++ SOURCES/openmsx-config.patch Mon Aug 20 21:10:56 2007 @@ -0,0 +1,20 @@ +--- build/custom.mk 2005-12-22 13:53:18.000000000 +0900 ++++ build/custom.mk.new 2006-01-22 13:23:48.339752296 +0900 +@@ -6,7 +6,7 @@ + # openMSX is always installed into a single self-contained directory. + # But you can change that directory to for example /usr/local/openMSX + # or /usr/games/openMSX if you like. +-INSTALL_BASE:=/opt/openMSX ++INSTALL_BASE:=/usr/share/openMSX + + # Add ChangeLog version number to executable file name? This applies only to + # development versions, not to release versions (see version.mk). +@@ -16,7 +16,7 @@ + # This link is placed in a location that is typically in a user's path: + # /usr/local/bin for system-wide installs and ~/bin for personal installs. + # This setting is only relevant on systems that support symbolic links. +-SYMLINK_FOR_BINARY:=true ++SYMLINK_FOR_BINARY:=false + + # Install content of Contrib/ directory? + # Currently this contains a version of C-BIOS. ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
