File adjust-default-paths.patch of Package openmsx-catapult
--- build/custom.mk +++ build/custom.mk @@ -5,7 +5,7 @@ # Catapult is always installed into a single self-contained directory. # But you can change that directory to for example /usr/local/openMSX-Catapult # or /usr/games/openMSX-Catapult if you like. -INSTALL_BASE:=/opt/openMSX-Catapult +INSTALL_BASE:=/usr/lib/openMSX-Catapult # Create a symbolic link to the installed binary? # This link is placed in a location that is typically in a user's path: @@ -15,5 +15,5 @@ # Locations for openMSX binaries and share directory # these are suggested as initial values when you run catapult # for the first time -CATAPULT_OPENMSX_BINARY:=/opt/openMSX/bin/openmsx -CATAPULT_OPENMSX_SHARE:=/opt/openMSX/share +CATAPULT_OPENMSX_BINARY:=/usr/lib/openMSX/bin/openmsx +CATAPULT_OPENMSX_SHARE:=/usr/lib/openMSX/share