[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: openrct2: Always install libraries to /lib.
From: |
Ludovic Courtès |
Subject: |
01/02: gnu: openrct2: Always install libraries to /lib. |
Date: |
Fri, 8 Dec 2017 04:51:17 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 46aa8729f3c7b284d3153aef36b0884bfbc27006
Author: Rutger Helling <address@hidden>
Date: Thu Dec 7 08:55:52 2017 +0100
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 <address@hidden>
---
gnu/packages/games.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a699fad..524572b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2731,6 +2731,9 @@ Transport Tycoon Deluxe.")
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;; no tests available
+ #:configure-flags
+ (list (string-append "-DCMAKE_INSTALL_LIBDIR="
+ (assoc-ref %outputs "out") "/lib"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-usr-share-paths