about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@users.noreply.github.com>2016-07-04 19:19:28 +0200
committerGitHub <noreply@github.com>2016-07-04 19:19:28 +0200
commit89523c117b09eac8958db14ff68119dae17bf7b1 (patch)
treef9b7f9abc010c03821c13b47711959d484868973 /pkgs
parent173fbeef42d1bfdf6864eb68196eb3a39ffcf4a3 (diff)
parent322795ab927abc17b7ae390d9587d6c3d7cc1e02 (diff)
Merge pull request #16706 from vrthra/cweb
cwebbin: ensure binaries go to the right destddir
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/cwebbin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/cwebbin/default.nix b/pkgs/development/tools/misc/cwebbin/default.nix
index 5868663a459c2..75a06291b0219 100644
--- a/pkgs/development/tools/misc/cwebbin/default.nix
+++ b/pkgs/development/tools/misc/cwebbin/default.nix
@@ -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"