forked from mirrors/nixpkgs
nginx: moved from sbin to bin, because it's useful for normal users too
Committed on behalf of Mathijs Kwik. svn path=/nixpkgs/trunk/; revision=32407
This commit is contained in:
parent
ea82288eec
commit
6492a0383d
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
|||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libxml2}/include/libxml2"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mv $out/sbin $out/bin
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "nginx - 'engine x' - reverse proxy and lightweight webserver";
|
||||
maintainers = [
|
||||
|
|
Loading…
Reference in a new issue