gnu: openrct2: Always install libraries to /lib.
* gnu/packages/games.scm (openrct2)[arguments]: Add #:configure-flags argument to force installing libraries to /lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5e83ab96b
commit
46aa8729f3
|
@ -2731,6 +2731,9 @@ Transport Tycoon Deluxe.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; no tests available
|
`(#:tests? #f ;; no tests available
|
||||||
|
#:configure-flags
|
||||||
|
(list (string-append "-DCMAKE_INSTALL_LIBDIR="
|
||||||
|
(assoc-ref %outputs "out") "/lib"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-usr-share-paths
|
(add-after 'unpack 'fix-usr-share-paths
|
||||||
|
|
Loading…
Reference in New Issue