all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: guix-devel@gnu.org
Subject: [PATCH 3/4] gnu: extra-cmake-modules: Always install into /lib and not into /lib64.
Date: Mon, 28 Nov 2016 23:20:11 +0100	[thread overview]
Message-ID: <1480371612-23822-4-git-send-email-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <1480371612-23822-1-git-send-email-h.goebel@crazy-compilers.com>

* 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 6109436..415b54d 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
-- 
2.7.4

  parent reply	other threads:[~2016-11-28 22:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-28 22:20 [PATCH 0/4] Update kde-frameworks to 5.28 and related Hartmut Goebel
2016-11-28 22:20 ` [PATCH 1/4] gnu: Update kde-frameworks to 5.28 Hartmut Goebel
2016-11-29 15:16   ` Ludovic Courtès
2016-11-28 22:20 ` [PATCH 2/4] gnu: Add ksyntaxhighlighting Hartmut Goebel
2016-11-29 15:17   ` Ludovic Courtès
2016-11-28 22:20 ` Hartmut Goebel [this message]
2016-11-29 15:17   ` [PATCH 3/4] gnu: extra-cmake-modules: Always install into /lib and not into /lib64 Ludovic Courtès
2016-11-28 22:20 ` [PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other packages Hartmut Goebel
2016-11-29 15:19   ` Ludovic Courtès
2016-11-29 18:15     ` Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480371612-23822-4-git-send-email-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.