projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2422194
)
[packages] php5: add missing $ sign (fixes #9264)
author
Michael Heimpold
<mhei@heimpold.de>
Sun, 8 May 2011 09:00:57 +0000
(09:00 +0000)
committer
Michael Heimpold
<mhei@heimpold.de>
Sun, 8 May 2011 09:00:57 +0000
(09:00 +0000)
SVN-Revision: 26847
lang/php5/Makefile
patch
|
blob
|
history
diff --git
a/lang/php5/Makefile
b/lang/php5/Makefile
index 04d90ad60fe50c1a2672fb6d478f354cb5127734..3bc9db0935c9b084b60b8d4687c6d2bab38d3cf3 100644
(file)
--- a/
lang/php5/Makefile
+++ b/
lang/php5/Makefile
@@
-96,7
+96,7
@@
define Package/php5-cli
endef
define Package/php5-cli/description
- (call Package/php5/Default/description)
+
$
(call Package/php5/Default/description)
This package contains the CLI version of the PHP5 interpreter.
endef