summaryrefslogtreecommitdiffstats
path: root/patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch')
-rw-r--r--patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch b/patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch
index cd5c79702..2df6f2ec8 100644
--- a/patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch
+++ b/patches/ipkg-utils-050831/0003-ipkg-py-tarfile.patch
@@ -3,9 +3,9 @@ Date: Fri, 22 Jan 2010 11:05:07 +0100
Subject: [PATCH] ipkg-py-tarfile
---
- arfile.py | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- ipkg.py | 121 +++++++++++++++++++++++++++++++++--------------------------
- setup.py | 2 +-
+ arfile.py | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ ipkg.py | 121 +++++++++++++++++++++++++++++++++---------------------------
+ setup.py | 2 +-
3 files changed, 192 insertions(+), 55 deletions(-)
create mode 100644 arfile.py
@@ -326,6 +326,3 @@ index 1c0c96c..8b28392 100644
+ py_modules = [ 'ipkg', 'arfile' ],
scripts = ['ipkg-compare-indexes', 'ipkg-make-index', 'ipkg-update-index', 'ipkg-build', 'ipkg-unbuild', 'ipkg-upload']
)
---
-1.7.2.3
-