X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/9a4dfc82c563d6335bb37a928a8925efe329fd8d..ceabc520928a2eadce005b4f6bcf1f1e703d6b49:/cmdline/apt-mark?ds=sidebyside diff --git a/cmdline/apt-mark b/cmdline/apt-mark index 533ed8715..fdc3e1856 100755 --- a/cmdline/apt-mark +++ b/cmdline/apt-mark @@ -60,4 +60,6 @@ if __name__ == "__main__": else: outfile.write(str(tagfile.Section)+"\n") # all done, rename the tmpfile + os.chmod(outfile.name, 0644) os.rename(outfile.name, STATE_FILE) + os.chmod(outfile.name, 0644)