mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
* libresprite: initial port * libresprite: first working port * libresprite: fix * another fix * Fix recipe * Rework the BUILD and INSTALL sections, fix COPYRIGHT * Resource fix --------- Co-authored-by: Schrijvers Luc <begasus@gmail.com>
5 lines
147 B
Bash
5 lines
147 B
Bash
#!/bin/sh
|
|
|
|
mkdir -r /boot/home/config/settings/libresprite/data
|
|
cp -r /boot/system/data/libresprite/* /boot/home/config/settings/libresprite/data/
|