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"