diff options
-rwxr-xr-x | bootstrap.sh | 5 | ||||
-rw-r--r-- | data/apt/darwin.diff | 11 | ||||
-rw-r--r-- | saurik.list | 2 |
3 files changed, 15 insertions, 3 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index f68892018..cf44807df 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -29,6 +29,7 @@ done cp -a "${PKG_BASE}/saurik.list" "${PKG_BASE}/Packager/etc/apt/sources.list.d" cp -a "${PKG_BASE}/profile" "${PKG_BASE}/Packager/etc" -cd "${PKG_BASE}" -zip -ry Packager.zip Packager +cd "${PKG_BASE}/Packager" +rm -f ../Packager.zip +zip -ry ../Packager.zip * rm -rf "${PKG_BASE}/Packager" diff --git a/data/apt/darwin.diff b/data/apt/darwin.diff new file mode 100644 index 000000000..b339b5ee7 --- /dev/null +++ b/data/apt/darwin.diff @@ -0,0 +1,11 @@ +diff -ru apt-0.6.46.4.1/buildlib/ostable apt-0.6.46.4.1+iPhone/buildlib/ostable +--- apt-0.6.46.4.1/buildlib/ostable 2006-12-04 14:37:35.000000000 +0000 ++++ apt-0.6.46.4.1+iPhone/buildlib/ostable 2008-01-01 07:25:25.000000000 +0000 +@@ -11,6 +11,7 @@ + [^-]*-kfreebsd.*-gnu kfreebsd + [^-]*-knetbsd.*-gnu knetbsd + [^-]*-gnu[^-]* hurd ++[^-]*-darwin darwin + + # These are samples. + hp-hpux[^-]* hp-ux diff --git a/saurik.list b/saurik.list index fd737899f..555ae77a7 100644 --- a/saurik.list +++ b/saurik.list @@ -1,2 +1,2 @@ deb http://apt.saurik.com/ tangelo main -deb-src http://apt.saurik.com/ tangelo main +#deb-src http://apt.saurik.com/ tangelo main |