Skip to content

Commit

Permalink
Update mini18n/PSPBUILD
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter Wijsman <[email protected]>
  • Loading branch information
bucanero and sharkwouter authored Oct 3, 2023
1 parent 2531874 commit 685e650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mini18n/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ build() {

package() {
cd "$pkgname/build"
cp src/libmini18n.a ${PSPDEV}/psp/lib/
cp ../src/mini18n.h ${PSPDEV}/psp/include/
mkdir -p "${pkgdir}/psp/lib/" "${pkgdir}/psp/include/"
install -m 644 src/libmini18n.a "${pkgdir}/psp/lib/"
install -m 644 ../src/mini18n.h "${pkgdir}/psp/include/"
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 ../COPYING "$pkgdir/psp/share/licenses/$pkgname"
}

0 comments on commit 685e650

Please sign in to comment.