aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
diff options
context:
space:
mode:
authorOrlando Wingbrant <orlando@widesite.org>2019-10-20 15:16:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-10-23 22:37:45 +0300
commit9ee9a1e1b25784c2d1ac93cae319dfbed43a67fc (patch)
treee6014d53ad72491ff82359551d1311c6cb81a30f /mesonbuild
parentae9723a5c1ef8fb8c46b4e07a91882644a85e389 (diff)
downloadmeson-9ee9a1e1b25784c2d1ac93cae319dfbed43a67fc.zip
meson-9ee9a1e1b25784c2d1ac93cae319dfbed43a67fc.tar.gz
meson-9ee9a1e1b25784c2d1ac93cae319dfbed43a67fc.tar.bz2
Fix for issue #4499, multiple entries per file in install-log.txt
Diffstat (limited to 'mesonbuild')
-rw-r--r--mesonbuild/minstall.py1
1 files changed, 0 insertions, 1 deletions
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: