mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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.
This commit is contained in:
parent
ec5a3021c5
commit
a457c55a0a
1 changed files with 4 additions and 1 deletions
|
@ -483,7 +483,10 @@ notebooks and tiling window managers.")
|
||||||
"12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
|
"12mw0kr0kkvg395qlbsvkvaqccr90cmxw5rrsl236zh43kj8grb7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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
|
#:tests? #f
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Reference in a new issue