From: Raphaƫl Gertz Date: Fri, 25 Oct 2019 17:12:08 +0000 (+0200) Subject: Fix manifest to install from package instead of recipe X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/3c4e00e9eae0adba399cee91fadf76ad7127c7da Fix manifest to install from package instead of recipe --- diff --git a/manifest.json b/manifest.json index 865f011..24cfc17 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "container": { "locale": "en" }, - "copy-from-recipe": { + "copy-from-package": { "config/": "%CONFIG_DIR%/" } }