summaryrefslogtreecommitdiff
path: root/package.sh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
committerJay Freeman <saurik@saurik.com>2008-01-13 22:26:23 +0000
commitf1b662bacaed63f6eb0774dda7be0fd78ad19054 (patch)
tree1e96f8ed4cd5b879fa4bdfdc3bf88b736ff49bbe /package.sh
parent35ef70353227e4dff60fc36437f08293be752b25 (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-xpackage.sh1
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}"