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:
Peter Simons 2012-02-19 21:36:34 +00:00
parent ea82288eec
commit 6492a0383d

View file

@ -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 = [