https://bugs.kde.org/show_bug.cgi?id=431775
--- Comment #25 from maderios <leoutat...@gmx.fr> --- > @Maderios: please change your "make install" to "make install/fast" in your > build script to see if this fix your problem. Note that "make install/fast" > is a standard target definition in cmake and KDE applications, it's not > specific to digiKam. It works, i can build and install Digikam with ccache this way. I edited the end of PKGBUILD: package() { cd "${srcdir}/build" make DESTDIR="${pkgdir}" install/fast } -- You are receiving this mail because: You are watching all bug changes.