~ruther/guix-local

0c645f0bd118ade38ba62ee4baa147a9d87d0d14 — David Thompson 11 years ago bc0b89b
gnu: abbaye: Fix install phase.

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

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +2 -1
@@ 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.