me
/
guix
Archived
1
0
Fork 0

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>
master
Tobias Geerinckx-Rice 2021-10-27 00:12:34 +02:00
parent ebc2740637
commit 89d8417b37
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 1 deletions

View File

@ -923,7 +923,6 @@ chat output in the background.")
`(#: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))