summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fa4b011c6f9..353e2697afe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ build() {
cd "${srcdir}/${clonefolder}"
cmake ./ \
-DCMAKE_INSTALL_PREFIX=/usr \
- -OSGDB_LIBRARY_DEBUG=/usr/lib \
+ -OSGDB_LIBRARY_DEBUG=/usr/lib
make
}