summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
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 *