apache-httpd-2.2: fix build
It was broken by interaction with b81515c2. I should've tested both versions before pushing 34b5d193c0.
This commit is contained in:
parent
fb3c062e54
commit
2709a815e5
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $doc/share/doc/httpd
|
||||
mv $out/manual $doc/share/doc/httpd
|
||||
mkdir -p $dev/bin
|
||||
mv $out/sbin/apxs $dev/bin/apxs
|
||||
mv $out/bin/apxs $dev/bin/apxs
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user