diff options
Diffstat (limited to 'deskutils/narval/files/patch-setup.py')
-rw-r--r-- | deskutils/narval/files/patch-setup.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/deskutils/narval/files/patch-setup.py b/deskutils/narval/files/patch-setup.py deleted file mode 100644 index e3fc502c16af..000000000000 --- a/deskutils/narval/files/patch-setup.py +++ /dev/null @@ -1,24 +0,0 @@ ---- setup.py.orig Sun Apr 28 20:35:22 2002 -+++ setup.py Sun Apr 28 20:37:24 2002 -@@ -119,7 +119,7 @@ - for sf in shared_files: - sf.base_dir = '$base/share/narval' - --data_files = documentation_files + shared_files -+data_files = shared_files - #Do this after we set the base_dir on all of the rest - data_files.append(Data_Files(copy_to='', - files=['conf/narval.conf', -@@ -144,12 +144,6 @@ - - # Command function overrides - cmdclass=DistExt.Commands, -- -- # Install data files to doc/{name}-{version}/ -- options={'install' : {'install_data' : -- '$base/doc/$dist_name'+'-'+doc_version, -- }, -- }, - - packages=['narval', - 'narval.dom', |