diff --git a/hooks/build/marp-compiler/compile b/hooks/build/marp-compiler/compile index 8ab4966..6e57a90 100755 --- a/hooks/build/marp-compiler/compile +++ b/hooks/build/marp-compiler/compile @@ -1,4 +1,6 @@ -#!/bin/ash +#!/usr/bin/env bash -cd /src +export DESTDIR=/dist +pushd /src ./build +popd