libresprite, fix data install path (#11227)

This commit is contained in:
Schrijvers Luc
2024-10-19 07:44:18 +02:00
committed by GitHub
parent e4e76ec3b2
commit a866a3151d
2 changed files with 3 additions and 3 deletions

4
media-gfx/libresprite/additional-files/setup-data.sh Normal file → Executable file
View File

@@ -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

View File

@@ -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"