From: Michael Heimpold Date: Tue, 19 Apr 2011 19:27:16 +0000 (+0000) Subject: [packages] php5: fix typo for package description X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f1fee2a20092704ca4752d5503e0a4c9bb2684df [packages] php5: fix typo for package description SVN-Revision: 26730 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2ce686fe3a..d54a422f9a 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -94,7 +94,7 @@ define Package/php5-fastcgi TITLE:=FastCGI startup script endef -define Package/php5-cgi/description +define Package/php5-fastcgi/description As FastCGI support is now a core feature the php5-fastcgi package now depends on the php5-cgi package, containing just the startup script. endef