Files
haikuports/dev-python/iniparse/patches/iniparse-0.4.patchset
2013-11-21 17:21:40 -07:00

23 lines
694 B
Plaintext

From 3ad56bb195c2eb428f11302ca7aff21d20d27944 Mon Sep 17 00:00:00 2001
From: Chris Roberts <cpr420@gmail.com>
Date: Thu, 21 Nov 2013 00:51:59 -0700
Subject: Remove hardcoded share path
diff --git a/setup.py b/setup.py
index 736cfa1..3ac886c 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ use.''',
],
packages = ['iniparse'],
data_files = [
- ('share/doc/iniparse-%s' % VERSION, ['README', 'LICENSE-PSF',
+ ('', ['README', 'LICENSE-PSF',
'LICENSE', 'Changelog',
'html/index.html',
'html/style.css',
--
1.8.3.4