summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-25 06:50:12 +0000
committerJay Freeman <saurik@saurik.com>2008-02-25 06:50:12 +0000
commit31487aa2ee9c1a1f1804ff760af5227f5fd78812 (patch)
treeaac20500bff33ef7ff5c903bf9f978be8009916a /make.sh
parent7c975679160012dfd650a7f956781a9b4fa7f90c (diff)
The assumption is that your sysroot is 'complete', so let's enforce that.
git-svn-id: http://svn.telesphoreo.org/trunk@97 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.sh b/make.sh
index 5325bad10..95380b61c 100755
--- a/make.sh
+++ b/make.sh
@@ -148,6 +148,7 @@ function pkg:mkdir() {
cd "${PKG_WORK}"
. "${PKG_DATA}/make.sh"
+cp -Ta "${PKG_DEST}" "${PKG_ROOT}"
function rmdir_() {
if [[ -d "$1" ]]; then