mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: snooze: Fix installation destination.
* gnu/packages/suckless.scm (snooze)[arguments]: Remove bogus $(DESTDIR) from #:make-flags to install in $(PREFIX). Reported by Christopher Howard <christopher@librehacker.com>
This commit is contained in:
parent
ebc2740637
commit
89d8417b37
1 changed files with 0 additions and 1 deletions
|
@ -923,7 +923,6 @@ (define-public snooze
|
|||
`(#:tests? #f ; There are no tests.
|
||||
#:make-flags
|
||||
(list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "DESTDIR=" %output)
|
||||
;; Set prefix path to root of package path in store instead
|
||||
;; of /usr/local.
|
||||
(string-append "PREFIX=" %output))
|
||||
|
|
Loading…
Reference in a new issue