From 047281e30327313eba6e19ed4c4bc3dd5d4483a0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 1 Nov 2016 16:43:15 -0600 Subject: [PATCH] Install pixelcannon manifest --- recipes/pixelcannon/recipe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/pixelcannon/recipe.sh b/recipes/pixelcannon/recipe.sh index b4cc7bed2..66b84aa62 100644 --- a/recipes/pixelcannon/recipe.sh +++ b/recipes/pixelcannon/recipe.sh @@ -3,4 +3,6 @@ GIT=https://github.com/jackpot51/pixelcannon.git function recipe_stage { mkdir -pv "$1/apps/pixelcannon" cp -Rv assets "$1/apps/pixelcannon" + mkdir -pv "$1/ui/apps" + cp -v manifest "$1/ui/apps/pixelcannon" } -- GitLab