summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-01-16 22:29:21 +0100
committerMichel Zou2018-01-16 22:29:21 +0100
commitdd43e76cf398423ce2030291d14bdb7611d88e3d (patch)
treee3a7eff187387aab1963a127e2a7f9a46620f19c
parenta517a16eab61ab3979b221ca08609254066670c8 (diff)
downloadaur-dd43e76cf398423ce2030291d14bdb7611d88e3d.tar.gz
fix psp-config
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8501960ca9..95e140e265c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 16 21:07:57 UTC 2018
+# Tue Jan 16 21:29:21 UTC 2018
pkgbase = psp-pspirkeyb
pkgdesc = This is a library for using IRDA keyboards with Playstation Portable (psp)
pkgver = 0
diff --git a/PKGBUILD b/PKGBUILD
index f0ee6886fc0f..e23350d30710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,12 +25,12 @@ prepare()
build()
{
cd "$srcdir/psp-ports/pspirkeyb"
- PATH=/usr/bin:$PATH make
+ make
}
package()
{
cd "$srcdir/psp-ports/pspirkeyb"
- PATH=/usr/bin:$PATH make install PSPDIR="$pkgdir"/usr/psp
+ make install PSPDIR="$pkgdir"/usr/psp
}