diff options
author | sibel <lesibel@free.fr> | 2010-12-30 10:46:27 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-30 10:46:27 +0100 |
commit | 35743e7508a4282fd485d55e8e8a2f39ce376d18 (patch) | |
tree | 00745418d45df22630309579e448cb7eb73fcbdd /extra | |
parent | 5b0d204ea6bb858f2caf83a4397a26bba53efffe (diff) | |
download | nutyx-pakxe-35743e7508a4282fd485d55e8e8a2f39ce376d18.tar.gz nutyx-pakxe-35743e7508a4282fd485d55e8e8a2f39ce376d18.tar.bz2 nutyx-pakxe-35743e7508a4282fd485d55e8e8a2f39ce376d18.tar.xz nutyx-pakxe-35743e7508a4282fd485d55e8e8a2f39ce376d18.zip |
python-sqlite#2.6.0-3, correction port
Diffstat (limited to 'extra')
-rw-r--r-- | extra/python-sqlite/.footprint | 3 | ||||
-rw-r--r-- | extra/python-sqlite/Pkgfile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/extra/python-sqlite/.footprint b/extra/python-sqlite/.footprint index 13cd68676..81b65f27f 100644 --- a/extra/python-sqlite/.footprint +++ b/extra/python-sqlite/.footprint @@ -35,9 +35,6 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/pysqlite2/test/py25/ -rw-r--r-- root/root usr/lib/python2.7/site-packages/pysqlite2/test/types.pyc -rw-r--r-- root/root usr/lib/python2.7/site-packages/pysqlite2/test/userfunctions.py -rw-r--r-- root/root usr/lib/python2.7/site-packages/pysqlite2/test/userfunctions.pyc -drwxr-xr-x root/root usr/pysqlite2-doc/ -drwxr-xr-x root/root usr/pysqlite2-doc/code/ --rw-r--r-- root/root usr/pysqlite2-doc/install-source.txt drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/licenses/ drwxr-xr-x root/root usr/share/licenses/python-sqlite/ diff --git a/extra/python-sqlite/Pkgfile b/extra/python-sqlite/Pkgfile index ff1a6d1ad..3f76ab3bc 100644 --- a/extra/python-sqlite/Pkgfile +++ b/extra/python-sqlite/Pkgfile @@ -6,7 +6,7 @@ name=python-sqlite version=2.6.0 -release=2 +release=3 source=( http://pysqlite.googlecode.com/files/pysqlite-$version.tar.gz setup.cfg) @@ -15,5 +15,6 @@ build() { cp $SRC/setup.cfg . python2 setup.py install --root=$PKG install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE + rm -r $PKG/usr/pysqlite2-doc } |