numactl: Fix post-install.

svn path=/nixpkgs/trunk/; revision=11657
This commit is contained in:
Ludovic Courtès 2008-04-18 14:46:29 +00:00
parent aaf6f7b7e4
commit f7d9bb93bf

View file

@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
sed -i "Makefile" -es"|^ *prefix *:=.*$|prefix := $out|g"
'';
preInstall = ''
# The `install' rule expects this directory to be available.
ensureDir "$out/share/man/man5"
'';
meta = {
description = "Library and tools for non-uniform memory access (NUMA) machines";
license = [ "LGPLv2.1" # library