diff options
Diffstat (limited to 'graphics/shotwell/Makefile')
-rw-r--r-- | graphics/shotwell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index db618edcd54a..cb697fff1ae4 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -39,7 +39,7 @@ GCONF_SCHEMAS= shotwell.schemas post-patch: @${REINPLACE_CMD} -E \ - -e 's|/bin/bash|${SH}|' \ + -e 's|/bin/bash|${SH}|g ; s|/usr/bin/env.*bash|${SH}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} \ ${WRKSRC}/libraw-config \ ${WRKSRC}/minver |