[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: numix-gtk-theme: Fix installation directory.
From: |
guix-commits |
Subject: |
07/09: gnu: numix-gtk-theme: Fix installation directory. |
Date: |
Sun, 29 Mar 2020 12:41:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a457c55a0af6a664f7eda2357b83ef2ea0409dfb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 18:01:04 2020 +0200
gnu: numix-gtk-theme: Fix installation directory.
* gnu/packages/gnome-xyz.scm (numix-gtk-theme)[arguments]: Replace
erroneous use of DESTDIR with INSTALL_DIR in #:make-flags.
---
gnu/packages/gnome-xyz.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 4ddfdad..ad4593b 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -483,7 +483,10 @@ notebooks and tiling window managers.")
"12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
(build-system gnu-build-system)
(arguments
- '(#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs
"out")))
+ '(#:make-flags
+ (list (string-append "INSTALL_DIR="
+ (assoc-ref %outputs "out")
+ "/share/themes/Numix"))
#:tests? #f
#:phases
(modify-phases %standard-phases
- branch master updated (57c3b71 -> acf900e), guix-commits, 2020/03/29
- 02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place., guix-commits, 2020/03/29
- 04/09: gnu: herbstluftwm: Put completions where fish expects them., guix-commits, 2020/03/29
- 05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 03/09: gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 06/09: gnu: numix-gtk-theme: Fix name., guix-commits, 2020/03/29
- 01/09: gnu: Remove more packages deprecated for over almost a year., guix-commits, 2020/03/29
- 07/09: gnu: numix-gtk-theme: Fix installation directory.,
guix-commits <=
- 09/09: gnu: cgit: Update to 1.2.3., guix-commits, 2020/03/29
- 08/09: gnu: xtl: Update to 0.6.13., guix-commits, 2020/03/29