View | Details | Raw Unified | Return to bug 212780
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 44-50 Link Here
44
	@${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh
44
	@${REINPLACE_CMD} -i "" -e 's|\"\$$SETUP_INSTALLPATH/|\"${WRKSRC}/|' ${WRKSRC}/postinstall.sh
45
	@${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh
45
	@${REINPLACE_CMD} -i "" -e 's|\$$SETUP_INSTALLPATH/googleearth |${PREFIX}/bin/googleearth |' ${WRKSRC}/postinstall.sh
46
	${RM} ${WRKSRC}/libcurl.so.4
46
	${RM} ${WRKSRC}/libcurl.so.4
47
	${PERL} -i -pe 's|/lib/ld-lsb.so.3\0\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin
47
	${PERL} -i -pe 's|/lib/ld-linux.so.\0\0|/lib/ld-linux.so.2\0|' ${WRKSRC}/googleearth-bin
48
post-patch-LINUX_DRI-off:
48
post-patch-LINUX_DRI-off:
49
	@${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%||' ${WRKSRC}/bin/googleearth
49
	@${REINPLACE_CMD} 's|%%LIBGL_ALWAYS_SOFTWARE%%||' ${WRKSRC}/bin/googleearth
50
post-patch-LINUX_DRI-on:
50
post-patch-LINUX_DRI-on:

Return to bug 212780