Solved net-im/Empathy cannot build

i fixed it the Makefile had the following code at the end

Code:
# workaround wierd bug that happened in 3.12.11.
post-install:
       @${MV} ${STAGEDIR}/mission-control-plugins.0 \
               ${STAGEDIR}${PREFIX}/lib/

commenting this out let it succeed in building
 
Back
Top