diff options
Diffstat (limited to 'devel/apr/pkg-install')
-rw-r--r-- | devel/apr/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/apr/pkg-install b/devel/apr/pkg-install index d80f19c88eda..6ef9e11b1c75 100644 --- a/devel/apr/pkg-install +++ b/devel/apr/pkg-install @@ -8,7 +8,7 @@ fi pkg_info 'apache-2*' > /dev/null 2<&1 if [ $? = 0 ]; then - echo "apr-devel cannot currently be installed alongside apache2. sorry." + echo "apr cannot currently be installed alongside apache2. sorry." exit 1 fi |