diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-25 06:50:12 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-25 06:50:12 +0000 |
commit | 31487aa2ee9c1a1f1804ff760af5227f5fd78812 (patch) | |
tree | aac20500bff33ef7ff5c903bf9f978be8009916a | |
parent | 7c975679160012dfd650a7f956781a9b4fa7f90c (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
-rwxr-xr-x | make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |