2018-03-22 08:46:06 +01:00
|
|
|
--- a/libdeja/tools/duplicity/DuplicityInstance.vala
|
|
|
|
+++ b/libdeja/tools/duplicity/DuplicityInstance.vala
|
|
|
|
@@ -159,7 +159,7 @@
|
|
|
|
// We already are pretty sure we don't have other duplicities in our
|
|
|
|
// archive directories, because we use our own and we ensure we only have
|
|
|
|
// one deja-dup running at a time via DBus.
|
|
|
|
- Posix.system("/bin/rm -f " + Shell.quote(cache_dir) + "/*/lockfile.lock");
|
|
|
|
+ Posix.system("@coreutils@/bin/rm -f " + Shell.quote(cache_dir) + "/*/lockfile.lock");
|
2017-10-04 12:04:49 +02:00
|
|
|
|
2018-03-22 08:46:06 +01:00
|
|
|
Process.spawn_async_with_pipes(null, real_argv, real_envp,
|
|
|
|
SpawnFlags.SEARCH_PATH |
|