Skip to content

Commit 9caeefe

Browse files
committed
Include license files
1 parent d7d5d75 commit 9caeefe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build-and-install.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ ln -sf "../sdk/lib/libpspuser.a" "libpspuser.a" || { exit 1; }
3737
ln -sf "../sdk/lib/libpspkernel.a" "libpspkernel.a" || { exit 1; }
3838
cd -
3939

40+
# Copy licenses
41+
mkdir -p $PSPDEV/psp/share/licenses/pspsdk
42+
cp LICENSE $PSPDEV/psp/share/licenses/pspsdk/
43+
44+
mkdir -p $PSPDEV/share/licenses/PrxEncrypter
45+
cp tools/PrxEncrypter/LICENSE $PSPDEV/share/licenses/PrxEncrypter
46+
4047
## Store build information
4148
BUILD_FILE="${PSPDEV}/build.txt"
4249
if [[ -f "${BUILD_FILE}" ]]; then

0 commit comments

Comments
 (0)