View | Details | Raw Unified | Return to bug 212232 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (working copy) (-1 / +1 lines)
Lines 56-62 Link Here
56
       @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
56
       @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c
57
       @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
57
       @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
58
                         ${WRKSRC}/foomaticrip.c
58
                         ${WRKSRC}/foomaticrip.c
59
       @${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \
59
       @${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \
60
                         -e '/filter.conf/ s|if.*||' \
60
                         -e '/filter.conf/ s|if.*||' \
61
                         ${WRKSRC}/Makefile.am
61
                         ${WRKSRC}/Makefile.am

Return to bug 212232