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:
Vladimír Čunát 2015-12-05 11:59:10 +01:00
parent fb3c062e54
commit 2709a815e5

View File

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