blob: 2ae50f49959597ca44fdfc3da484dca3ccae735c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- build/custom.mk.orig 2006-01-21 22:30:33.000000000 +0000
+++ build/custom.mk 2006-01-21 22:31:17.000000000 +0000
@@ -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/games/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.
|