aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdi-maker2
1 files changed, 1 insertions, 1 deletions
diff --git a/di-maker b/di-maker
index 6fa862f..e5247dd 100755
--- a/di-maker
+++ b/di-maker
@@ -106,7 +106,7 @@ $BOOTINSTRUCTIONS
}
EOF
-absoutput="$(pwd)/$output"
+absoutput="$(readlink -f "$output")"
## no longer using genisoimage with grub2:
# genisoimage -R -input-charset utf-8 -b boot/grub/stage2_eltorito -no-emul-boot --boot-load-size 4 -boot-info-table "$WORKDIR"