[meld] Fix setuptools build with moved file



commit 60c2dc662d01bab81a066b2979dadd13d9dc3d3e
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Sep 22 06:59:33 2019 +1000

    Fix setuptools build with moved file

 setup.py       | 2 +-
 setup_win32.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/setup.py b/setup.py
index 2bf2f49c..2d8c7305 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
     scripts=['bin/meld'],
     data_files=[
         ('share/man/man1',
-         ['meld.1']
+         ['data/meld.1']
          ),
         ('share/doc/meld-' + meld.conf.__version__,
          ['COPYING', 'NEWS']
diff --git a/setup_win32.py b/setup_win32.py
index 9e188877..5160edc3 100755
--- a/setup_win32.py
+++ b/setup_win32.py
@@ -167,7 +167,7 @@ setup(
     scripts=['bin/meld'],
     data_files=[
         ('share/man/man1',
-         ['meld.1']
+         ['data/meld.1']
          ),
         ('share/doc/meld-' + meld.conf.__version__,
          ['COPYING', 'NEWS']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]