diff --git a/srcpkgs/timeshift/template b/srcpkgs/timeshift/template index 291c5deed29..572f5b93ee8 100644 --- a/srcpkgs/timeshift/template +++ b/srcpkgs/timeshift/template @@ -17,10 +17,9 @@ checksum=557223cf0b9ab0c4848455e1cc4d9068c607b9f5492a2de4935a2f40393e3c5f # Remove hard-dep on crontab, leave up to user to decide post_extract() { sed -i '/dependencies/s:"crontab",::' src/Core/Main.vala + sed -i 's:--thread:& Core/AppExcludeEntry.vala:' src/makefile } -broken="error: The type name 'AppExcludeEntry' could not be found" - post_install() { rm "${DESTDIR}/usr/bin/timeshift-uninstall" }