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:
Tobias Geerinckx-Rice 2020-03-29 18:01:04 +02:00
parent ec5a3021c5
commit a457c55a0a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -483,7 +483,10 @@ (define-public numix-gtk-theme
"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