Skip to content

Commit

Permalink
Merge pull request #113 from tpimh/master
Browse files Browse the repository at this point in the history
enet: fix header installation path
  • Loading branch information
sharkwouter authored Feb 23, 2024
2 parents 3e273a0 + 08325a9 commit 2f3b911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enet/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=enet
pkgver=1.3.17
pkgrel=1
pkgrel=2
pkgdesc="ENet reliable UDP networking library"
arch=('mips')
url="http://enet.bespin.org/"
Expand All @@ -26,7 +26,7 @@ package() {
mkdir -m 755 -p "$pkgdir/psp/lib"
install -m 644 build/libenet.a "$pkgdir/psp/lib"
mkdir -m 755 -p "$pkgdir/psp/include"
cp -R include "$pkgdir/psp/include"
cp -R include/enet "$pkgdir/psp/include"

mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 LICENSE "$pkgdir/psp/share/licenses/$pkgname"
Expand Down

0 comments on commit 2f3b911

Please sign in to comment.