summaryrefslogtreecommitdiff
path: root/xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'xibuild')
-rwxr-xr-xxibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/xibuild b/xibuild
index d04051a..af3ea88 100755
--- a/xibuild
+++ b/xibuild
@@ -160,7 +160,7 @@ xibuild () {
if command -v postinstall > /dev/null; then
POSTINSTALL=$(type postinstall | sed '1,3d;$d')
if [ ${#POSTINSTALL} != 0 ]; then
- POST_DIR=$PKG_DEST/tmp/xi/postinstall
+ POST_DIR=$PKG_DEST/var/lib/xipkg/postinstall
mkdir -p $POST_DIR
echo "#!/bin/sh" > $POST_DIR/$PKG_NAME.sh
echo $POSTINSTALL >> $POST_DIR/$PKG_NAME.sh