aboutsummaryrefslogtreecommitdiff
path: root/Keywords/info.ucl
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords/info.ucl')
-rw-r--r--Keywords/info.ucl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Keywords/info.ucl b/Keywords/info.ucl
index 956884330786..c6d276182536 100644
--- a/Keywords/info.ucl
+++ b/Keywords/info.ucl
@@ -8,12 +8,12 @@ post-install: <<EOD
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
- indexinfo ${file%/*}
+ indexinfo ${PKG_ROOTDIR}${file%/*}
EOD
post-deinstall: <<EOD
case "%@" in
/*) file="%@" ;;
*) file="%D/%@" ;;
esac
- indexinfo ${file%/*}
+ indexinfo ${PKG_ROOTDIR}${file%/*}
EOD