From a866a3151d9209dff4d7a235d0f3523de89b0b54 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 19 Oct 2024 07:44:18 +0200 Subject: [PATCH] libresprite, fix data install path (#11227) --- media-gfx/libresprite/additional-files/setup-data.sh | 4 ++-- media-gfx/libresprite/libresprite-1.1~git.recipe | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 media-gfx/libresprite/additional-files/setup-data.sh diff --git a/media-gfx/libresprite/additional-files/setup-data.sh b/media-gfx/libresprite/additional-files/setup-data.sh old mode 100644 new mode 100755 index ca69cde71..b348e157c --- a/media-gfx/libresprite/additional-files/setup-data.sh +++ b/media-gfx/libresprite/additional-files/setup-data.sh @@ -1,4 +1,4 @@ #!/bin/sh -mkdir -r /boot/home/config/settings/libresprite -cp -r /boot/system/data/libresprite/data /boot/home/config/settings/libresprite +mkdir -p /boot/home/config/settings/libresprite/data +cp -r /boot/system/data/libresprite/data/* /boot/home/config/settings/libresprite/data diff --git a/media-gfx/libresprite/libresprite-1.1~git.recipe b/media-gfx/libresprite/libresprite-1.1~git.recipe index d0d1aa0c4..62d3b4a7a 100644 --- a/media-gfx/libresprite/libresprite-1.1~git.recipe +++ b/media-gfx/libresprite/libresprite-1.1~git.recipe @@ -4,7 +4,7 @@ HOMEPAGE="https://libresprite.github.io" COPYRIGHT="2001-2016 David Capello and Aseprite contributors 2016-2024 LibreSprite contributors" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" srcGitRev="c99d3666b17ff731824e3eccc79cf3ec48564ad5" SOURCE_URI="https://github.com/LibreSprite/LibreSprite/archive/$srcGitRev.zip" CHECKSUM_SHA256="29c4e8013b2f25ce47b01a6b3890e1b7cd575a6b7c475f055b716de0e9a66c90"