summaryrefslogtreecommitdiff
path: root/xi_profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xi_profile.sh')
-rw-r--r--xi_profile.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/xi_profile.sh b/xi_profile.sh
index 97047bd..02684c7 100644
--- a/xi_profile.sh
+++ b/xi_profile.sh
@@ -28,8 +28,9 @@ builds="$(ls *.xibuild | grep -v "$PKG_NAME.xibuild")"
for xibuild in $PKG_NAME.xibuild $(ls *.xibuild | grep -v "$PKG_NAME.xibuild"); do
PKG_NAME=$(basename $xibuild .xibuild)
- export PKG_DEST=./xipkg/$PKG_NAME
- mkdir -p $PKG_DEST
+ mkdir -p ./xipkg/$PKG_NAME
+ export PKG_DEST=$(realpath ./xipkg/$PKG_NAME)
+ echo "to install to $PKG_DEST"
echo "============$PKG_NAME============="