File: fhs.diff

package info (click to toggle)
openmsx 21.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 28,128 kB
  • sloc: cpp: 244,928; xml: 54,344; tcl: 15,603; python: 5,335; perl: 281; sh: 78; makefile: 57
file content (33 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description: Adjust paths to follow FHS.
Forwarded: not-needed
Last-Update: 2011-11-11

Index: openmsx-20.0+dfsg/build/custom.mk
===================================================================
--- openmsx-20.0+dfsg.orig/build/custom.mk
+++ openmsx-20.0+dfsg/build/custom.mk
@@ -4,7 +4,8 @@
 # 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
+INSTALL_SHARE_DIR:=/usr/share/openmsx
 
 # Add revision number to executable file name? This applies only to
 # development versions, not to release versions (see version.py).
@@ -14,8 +15,12 @@ VERSION_EXEC:=false
 # 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.
-INSTALL_CONTRIB:=true
+INSTALL_CONTRIB:=false
+
+INSTALL_DOC_DIR:=/usr/share/doc/openmsx-data
+INSTALL_BINARY_DIR:=/usr/bin
+OPENMSX_INSTALL:=/usr