summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/php.eselect.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in
index 9970520..b2a0dd5 100644
--- a/src/php.eselect.in
+++ b/src/php.eselect.in
@@ -199,7 +199,7 @@ cleanup_sapi() {
fi
if [[ "${sapi}" == "apache2" ]] ; then
- rm -f "${EROOT}$(get_active_libdir)/apache2/modules/libphp[57].so" \
+ rm -f "${EROOT}$(get_active_libdir)"/apache2/modules/libphp[57].so \
|| die "failed to remove old libphp.so symlink"
fi