guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: abbaye: Fix install phase.


From: David Thompson
Subject: 01/01: gnu: abbaye: Fix install phase.
Date: Sun, 23 Nov 2014 20:31:38 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 0c645f0bd118ade38ba62ee4baa147a9d87d0d14
Author: David Thompson <address@hidden>
Date:   Sun Nov 23 11:29:41 2014 -0500

    gnu: abbaye: Fix install phase.
    
    * gnu/packages/games (abbaye): Create '/share/pixmaps' directory
      before installing.
---
 gnu/packages/games.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e79be3f..db878b0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -168,7 +168,8 @@ scriptable with Guile.")
                      (let ((prefix (assoc-ref outputs "out")))
                        ;; Create directories that the makefile assumes exist.
                        (mkdir-p (string-append prefix "/bin"))
-                       (mkdir-p (string-append prefix "/share/applications"))))
+                       (mkdir-p (string-append prefix "/share/applications"))
+                       (mkdir-p (string-append prefix "/share/pixmaps"))))
                    ;; No configure script.
                    (alist-delete 'configure %standard-phases))))
        #:tests? #f)) ;; No check target.



reply via email to

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