summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-02-26 20:39:30 -0500
committerneeshy2020-03-07 14:29:30 -0500
commit5770762af560629fefd1671699e16e99ba88d5cc (patch)
tree929989fae350aa4fb9b407390997a90957811fd7
parentffb916e691606d688356eb3767fff0bca78e42a8 (diff)
downloadaur-5770762af560629fefd1671699e16e99ba88d5cc.tar.gz
Formatting, fix prefixes, and make during build step
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b511064a8d8..fc641500a070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ build() {
cd "$srcdir/$_pkgname/build"
cmake -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX="$pkgdir/opt/rocm/hcc" \
+ -DCMAKE_INSTALL_PREFIX=/opt/rocm/hcc \
-DLLVM_INSTALL_UTILS=TRUE \
..
make