cwebbin: ensure binaries go to the right destddir

This commit is contained in:
Rahul Gopinath 2016-07-04 09:55:36 -07:00
parent 5dade2d296
commit 322795ab92
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"MACROSDIR=$(out)/share/texmf/tex/generic/cweb"
"CWEBINPUTS=$(out)/lib/cweb"
"DESTDIR=$(out)/bin"
"DESTDIR=$(out)/bin/"
"MANDIR=$(out)/share/man/man1"
"EMACSDIR=$(out)/share/emacs/site-lisp"
"CP=cp"