Merge pull request #16706 from vrthra/cweb

cwebbin: ensure binaries go to the right destddir
This commit is contained in:
Joachim Fasting 2016-07-04 19:19:28 +02:00 committed by GitHub
commit 89523c117b

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"