forked from mirrors/nixpkgs
numactl: Fix post-install.
svn path=/nixpkgs/trunk/; revision=11657
This commit is contained in:
parent
aaf6f7b7e4
commit
f7d9bb93bf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue