summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryuezk2021-10-24 05:13:29 +0000
committeryuezk2021-10-24 05:13:29 +0000
commitc8a593d385cdb6f9b26a501e955566e9ebb95982 (patch)
tree142646855e2d904ab2014fa11154f7614e53e257 /PKGBUILD
parent63122657f5ed9228db994517717cf478c82d3a22 (diff)
downloadaur-c8a593d385cdb6f9b26a501e955566e9ebb95982.tar.gz
Release refs/tags/v1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8929050d78e0..40f166a16b1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,6 @@ build() {
}
package() {
- cd $srcdir/$pkgdir-*/
+ cd $srcdir/$pkgname-*/
make DESTDIR="$pkgdir/" install -C build
}