summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48d3a4561577..d7e4308e512e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,6 @@ build() {
package() {
cd "$srcdir/$_gitname/CMakeBuild"
make DESTDIR="$pkgdir/" install
- cd "../CLRadeonExtender/CLRX-mirror-master"
+ cd "../CLRadeonExtender/CLRX-mirror-master/build"
make DESTDIR="$pkgdir/" install
} \ No newline at end of file