aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/freenas/pkg/freenas.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freenas/pkg/freenas.xml b/packages/freenas/pkg/freenas.xml
index e3dca049..9f08b462 100644
--- a/packages/freenas/pkg/freenas.xml
+++ b/packages/freenas/pkg/freenas.xml
@@ -408,7 +408,7 @@
<custom_php_install_command>
$version = `cat /etc/version`;
if(stristr($version, "HEAD")) {
- update_output_window("This package is *ONLY compatible with -HEAD.");
+ update_output_window("This package is *ONLY* compatible with -HEAD.");
exit;
}
custom_php_install_command();