summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b540c472996..161aa6bb60f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
# Contributor: Jakub OkoĊ„ski <jakub@okonski.org>
pkgname=roct-thunk-interface
-_pkgname=ROCT-Thunk-Interface
pkgver=3.1.0
pkgrel=1
pkgdesc="Radeon Open Compute Thunk Interface"
@@ -19,7 +18,7 @@ build() {
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/opt/rocm \
- "$srcdir/$_pkgname-roc-$pkgver"
+ "$srcdir/ROCT-Thunk-Interface-roc-$pkgver"
make all build-dev
}