summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2018-01-18 21:53:40 -0800
committerYichao Zhou2018-01-18 21:53:40 -0800
commit4c80e9ea377a47988f9806e2498eed7e86a86e97 (patch)
tree70f771fa1a9e6cc2ecf521e6febe78c5323757f2
parent5ac239d07142b15de8b270543be1522cb0153bfa (diff)
downloadaur-4c80e9ea377a47988f9806e2498eed7e86a86e97.tar.gz
Bug fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c3952039ed0..82cf9e584728 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,6 +61,6 @@ build() {
}
package() {
- cd $pkgname
+ cd $_pkgname
make DESTDIR="$pkgdir" install
}