summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-01-16 22:30:06 +0100
committerMichel Zou2018-01-16 22:30:06 +0100
commit6421f2f40489e7918633be4cbe2fc5ab2ed9b8b4 (patch)
tree89c515c16c4ab31e80cb08acb7fae1c22a8b072a /PKGBUILD
parentefbe41789309041be903dfbe5374abb3a2d64034 (diff)
downloadaur-psp-libogg.tar.gz
revert
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 741dd136d6f1..18ab9c2fa4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ build()
cd "$srcdir/psp-ports/libogg"
sh autogen.sh
make distclean # autogen calls configure
- export LDFLAGS="-L$(/usr/bin/psp-config --pspsdk-path)/lib -L$(/usr/bin/psp-config --psp-prefix)/lib -lc -lpspuser"
+ export LDFLAGS="-L$(psp-config --pspsdk-path)/lib -L$(psp-config --psp-prefix)/lib -lc -lpspuser"
export LIBS="-lc -lpspuser"
mkdir -p build-psp && pushd build-psp
../configure --prefix=/usr/psp --host=psp