projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d64dc
)
[packages] php5: add missing $ sign (fixes #9264)
author
mhei
<mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2011 09:00:57 +0000
(09:00 +0000)
committer
mhei
<mhei@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 8 May 2011 09:00:57 +0000
(09:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26847
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
lang/php5/Makefile
patch
|
blob
|
history
diff --git
a/lang/php5/Makefile
b/lang/php5/Makefile
index
04d90ad
..
3bc9db0
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