summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-01 13:29:32 +0000
committerJay Freeman <saurik@saurik.com>2008-01-01 13:29:32 +0000
commit81f9fdd7221a3bd7e1e5f2cbf8b5698d1a99ff10 (patch)
tree68c19e664707e6502abbecac60be7bd0180ddda5 /bootstrap.sh
parent1927b67af64514cb7813468f23010684e0ef1d2b (diff)
Added many more packages (gnupg and friends), fixed repository signing, ported vim to Darwin 10.5, and added a better set of default scripts for package construction.
git-svn-id: http://svn.telesphoreo.org/trunk@5 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index cf44807df..a938d9fff 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -27,8 +27,7 @@ for PKG_NAME in "${PKG_REQS[@]}"; do
') >"${PKG_BASE}/Packager/var/lib/dpkg/info/${PKG_NAME}.list"
done
-cp -a "${PKG_BASE}/saurik.list" "${PKG_BASE}/Packager/etc/apt/sources.list.d"
-cp -a "${PKG_BASE}/profile" "${PKG_BASE}/Packager/etc"
+cp -a "${PKG_BASE}"/over/* "${PKG_BASE}/Packager"
cd "${PKG_BASE}/Packager"
rm -f ../Packager.zip
zip -ry ../Packager.zip *