src/strip.vala master
authorAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2018 01:32:13 +0000 (09:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 8 Aug 2018 01:32:13 +0000 (09:32 +0800)
src/strip.vala

index a30e35e..23d4174 100644 (file)
@@ -1071,7 +1071,7 @@ public class Strip : GLib.Object {
                
         }
         
-       if (StripApplication.opt_stamp && GLib.FileUtils.test( basepath + subpath + ".strip-done-stamp", GLib.FileTest.EXISTS )) {
+       if (StripApplication.opt_stamp && GLib.FileUtils.test( basepath + subpath + "/.strip-done-stamp", GLib.FileTest.EXISTS )) {
                return;
                }
         
@@ -1160,7 +1160,7 @@ public class Strip : GLib.Object {
         // completed this folder
         
         if (StripApplication.opt_stamp) {
-               GLib.FileUtils.set_contents (basepath + subpath + ".strip-done-stamp", "Stripper done");
+               GLib.FileUtils.set_contents (basepath + subpath + "/.strip-done-stamp", "Stripper done");
         }