From 9ee9a1e1b25784c2d1ac93cae319dfbed43a67fc Mon Sep 17 00:00:00 2001 From: Orlando Wingbrant Date: Sun, 20 Oct 2019 15:16:28 +0200 Subject: Fix for issue #4499, multiple entries per file in install-log.txt --- mesonbuild/minstall.py | 1 - 1 file changed, 1 deletion(-) (limited to 'mesonbuild') diff --git a/mesonbuild/minstall.py b/mesonbuild/minstall.py index 9311e8d..3550abc 100644 --- a/mesonbuild/minstall.py +++ b/mesonbuild/minstall.py @@ -324,7 +324,6 @@ class Installer: # FIXME: what about symlinks? self.do_copyfile(abs_src, abs_dst) set_mode(abs_dst, install_mode, data.install_umask) - append_to_log(self.lf, abs_dst) def do_install(self, datafilename): with open(datafilename, 'rb') as ifile: -- cgit v1.1