summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-16 21:05:39 +0100
committerMichel Zou2018-01-16 21:05:39 +0100
commit92f7cde6f8cece9fb2f5fa00ea2bbc280d0a9064 (patch)
tree068746c2951a949f7754bc6b7084932fe3de6072 /PKGBUILD
parentf934ed42d8ab8a3b8b6d1f3b7ce4656d114a2866 (diff)
downloadaur-92f7cde6f8cece9fb2f5fa00ea2bbc280d0a9064.tar.gz
fix prefix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6244890bfdee..18c104ff4e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ build()
cd "$srcdir/pspsdk"
./bootstrap
mkdir -p build-psp && pushd build-psp
- ../configure --prefix=/usr --target=psp
+ ../configure --with-pspdev=/usr --target=psp
}
package()