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>
1 files changed, 3 insertions(+), 0 deletions(-) M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +3 -0
@@ 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