diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-06-07 13:51:03 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-06-07 13:51:03 +0000 |
commit | 81c3c7aebd3e03e088e4306ee1306b78e769c278 (patch) | |
tree | 74a21a00921d2aa3d4e9fc7a923c878cae7f06bc /mail | |
parent | 7f1a83e3c7c0e41023c7e784ecf773b27fbf2420 (diff) | |
download | pkgsrc-81c3c7aebd3e03e088e4306ee1306b78e769c278.tar.gz |
Fix broken shell syntax
Diffstat (limited to 'mail')
-rw-r--r-- | mail/roundcube/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index ea76be941e0..cab0ed42b17 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2012/06/05 18:48:02 jym Exp $ +# $NetBSD: Makefile,v 1.42 2012/06/07 13:51:03 fhajny Exp $ DISTNAME= roundcubemail-0.7.2-dep PKGNAME= ${DISTNAME:S/mail-/-/:S/-dep//} @@ -134,7 +134,7 @@ do-install: .for f in ${CONF_PLUGINS} ${MKDIR} ${DESTDIR}${EGDIR}/plugins/${f} - test -f ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php ] || + test -f ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php || \ ${MV} ${DESTDIR}${RCDIR}/plugins/${f}/config.inc.php.dist \ ${DESTDIR}${EGDIR}/plugins/${f}/config.inc.php .endfor |