X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/3d5f395664fdff700646ffecf9c0e026e97e8825..d61874a91524a1ae63c9f72b60649eb7441f0c34:/cmdline/apt-mark 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)