diff options
author | Jay Freeman <saurik@saurik.com> | 2008-01-13 22:26:23 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-01-13 22:26:23 +0000 |
commit | f1b662bacaed63f6eb0774dda7be0fd78ad19054 (patch) | |
tree | 1e96f8ed4cd5b879fa4bdfdc3bf88b736ff49bbe /package.sh | |
parent | 35ef70353227e4dff60fc36437f08293be752b25 (diff) |
Added some graphics libraries, handled a few requests, fixed bus error on apt close, got links compiling with the right compiler, and switched JamVM back to its internal libffi.
git-svn-id: http://svn.telesphoreo.org/trunk@13 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'package.sh')
-rwxr-xr-x | package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.sh b/package.sh index 74c838e16..a0f1447bb 100755 --- a/package.sh +++ b/package.sh @@ -17,6 +17,7 @@ export PKG_BASE=$(realpath "$(dirname "$0")") pkg: mkdir -p /DEBIAN ./control.sh "${PKG_NAME}" control >"$(pkg_ /DEBIAN/control)" +#cp -a "${PKG_DATA}"/_metadata/postinst "$(pkg_ /DEBIAN)" export PKG_HASH=$(util/catdir.sh "${PKG_DEST}" | md5sum | cut -d ' ' -f 1) echo "hashed dest ${PKG_NAME} to: ${PKG_HASH}" |