summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2022-01-25 14:31:08 -0300
committerRafael Fontenelle2022-01-25 14:31:08 -0300
commit479218fa76c35cf044cbf83162737ee75bafd53a (patch)
treeadbc427f17e73f55a4b0e50bca12abd0b5dcbd70 /PKGBUILD
parentd887becd113e4df2259811f980b4f5ce32956698 (diff)
downloadaur-chrome-gnome-shell-git.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7938494b1eb4..3bd7529896d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ prepare() {
}
build() {
- cd $_name
+ cd $_name/build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \