guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: extra-cmake-modules: Always install into /lib and not into /


From: Hartmut Goebel
Subject: 03/04: gnu: extra-cmake-modules: Always install into /lib and not into /lib64.
Date: Tue, 29 Nov 2016 18:14:36 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 7b722e3cba89977c14172ea44738704fcf6b250b
Author: Hartmut Goebel <address@hidden>
Date:   Thu Nov 24 19:13:46 2016 +0100

    gnu: extra-cmake-modules: Always install into /lib and not into /lib64.
    
    * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]:
      New phase fix-lib-path.
---
 gnu/packages/kde-frameworks.scm |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index c67d0c3..4857cf2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -71,6 +71,11 @@
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fix-lib-path
+           (lambda _
+             ;; Always install into /lib and not into /lib64.
+             (substitute* "kde-modules/KDEInstallDirs.cmake"
+               (("\"lib64\"") "\"lib\""))))
          ;; install and check phase are swapped to prevent install from failing
          ;; after testsuire has run
          (add-after 'install 'check-post-install



reply via email to

[Prev in Thread] Current Thread [Next in Thread]