diff options
Diffstat (limited to 'www/galeon2/Makefile')
-rw-r--r-- | www/galeon2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index c9b17fd9c63b..9d04e9746faa 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -90,6 +90,7 @@ post-patch: 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|' @${CP} ${FILESDIR}/mkinstalldirs ${WRKSRC} + @${CHMOD} a+x ${WRKSRC}/mkinstalldirs post-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ |