From 0c645f0bd118ade38ba62ee4baa147a9d87d0d14 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Nov 2014 11:29:41 -0500 Subject: gnu: abbaye: Fix install phase. * gnu/packages/games (abbaye): Create '/share/pixmaps' directory before installing. --- gnu/packages/games.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e79be3fa49..db878b033d 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. -- cgit v1.2.3