Skip to content

Commit

Permalink
Update PSPBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Sep 30, 2023
1 parent 45c07a6 commit 2531874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini18n/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build() {
package() {
cd "$pkgname/build"
cp src/libmini18n.a ${PSPDEV}/psp/lib/
cp src/mini18n.h ${PSPDEV}/psp/include/
cp ../src/mini18n.h ${PSPDEV}/psp/include/
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 ../COPYING "$pkgdir/psp/share/licenses/$pkgname"
}

0 comments on commit 2531874

Please sign in to comment.