You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
118267fb73
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@100964 d073be05-634f-4543-b044-5fe20cf6d1d6
17 lines
645 B
Python
17 lines
645 B
Python
--- setup.py 2006-04-12 19:39:57.000000000 +0200
|
|
+++ work/pysqlite-2.2.0/setup.py 2006-04-12 19:43:21.000000000 +0200
|
|
@@ -104,11 +104,11 @@
|
|
print "Fatal error: PYSQLITE_VERSION could not be detected!"
|
|
sys.exit(1)
|
|
|
|
- data_files = [("pysqlite2-doc",
|
|
+ data_files = [("share/doc/__SUBPORT__",
|
|
glob.glob("doc/*.html") \
|
|
+ glob.glob("doc/*.txt") \
|
|
+ glob.glob("doc/*.css")),
|
|
- ("pysqlite2-doc/code",
|
|
+ ("share/doc/__SUBPORT__/code",
|
|
glob.glob("doc/code/*.py"))]
|
|
|
|
py_modules = ["sqlite"]
|