summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbd01a7a37a6..9fd0b4aeb7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ prepare() {
cd $srcdir/$_buildname
echo "Creating Makefile"
- qmake R_HOME=/usr/lib/R PREFIX=/usr ../$_pkgname
+ qmake PREFIX=/usr ../$_pkgname
}
build() {