diff options
author | Jay Freeman <saurik@saurik.com> | 2011-05-27 06:31:13 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2011-05-27 06:31:13 +0000 |
commit | 904fcfc10b4f4d55f137b28202ff5ee06b4eff83 (patch) | |
tree | 4a3959f4cefb6f607b045b553617939d4fa467ef /data | |
parent | 691957023fbf04fed12d3fa6ae290cb4600d34d4 (diff) |
Support Architecture: cydia packages, for giggles.
git-svn-id: http://svn.telesphoreo.org/trunk@755 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data')
-rw-r--r-- | data/_apt7/architecture.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/_apt7/architecture.diff b/data/_apt7/architecture.diff new file mode 100644 index 000000000..65533f6a6 --- /dev/null +++ b/data/_apt7/architecture.diff @@ -0,0 +1,13 @@ +diff -ru apt-0.7.25.3/apt-pkg/deb/deblistparser.cc apt-0.7.25.3+iPhone/apt-pkg/deb/deblistparser.cc +--- apt-0.7.25.3/apt-pkg/deb/deblistparser.cc 2010-02-01 19:44:40.000000000 +0000 ++++ apt-0.7.25.3+iPhone/apt-pkg/deb/deblistparser.cc 2011-05-27 05:46:33.000000000 +0000 +@@ -605,6 +605,9 @@ + if (stringcmp(Start,Stop,"all") == 0) + return true; + ++ if (stringcmp(Start,Stop,"cydia") == 0) ++ return true; ++ + iOffset = Tags.Offset(); + } + return false; |