From 68a87321df98baff8a2e14a4692bfe1175e6b66c Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 14 Mar 2015 15:41:25 -0400 Subject: di-maker should work when absolute paths are passed to it --- di-maker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3