fixup build broken by 7beda7d
authorAntoine Beaupré <anarcat@debian.org>
Wed, 15 Mar 2017 17:16:40 +0000 (13:16 -0400)
committerAntoine Beaupré <anarcat@debian.org>
Wed, 15 Mar 2017 17:16:40 +0000 (13:16 -0400)
grml-live

index 0032121..21910c7 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -402,7 +402,7 @@ fi
 [ -n "$VERSION" ]                 || VERSION='0.0.1'
 
 # output specific stuff, depends on $OUTPUT (iff not set):
-[ -n "$OUTPUT" ]           || OUTPUT='./grml/'
+[ -n "$OUTPUT" ]           || OUTPUT="$PWD/grml/"
 [ -n "$BUILD_OUTPUT" ]     || BUILD_OUTPUT="$OUTPUT/grml_cd"
 [ -n "$CHROOT_OUTPUT" ]    || CHROOT_OUTPUT="$OUTPUT/grml_chroot"
 [ -n "$ISO_OUTPUT" ]       || ISO_OUTPUT="$OUTPUT/grml_isos"