summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2017-06-15 15:41:12 -0700
committerDonald Carr2017-06-15 15:41:12 -0700
commit8778e3b2eab1adcc2cf27851c2798c32209651b2 (patch)
tree6ce1173617706ede4ef1d5e3086ef75ba36b4bf8
parent72983d6a1d5838bbd014f6b5c57e5724a1389199 (diff)
downloadaur-8778e3b2eab1adcc2cf27851c2798c32209651b2.tar.gz
Consistently use pkgname
Change-Id: I7cf2b3160d464a62ffa50fabaedbc5420e63a781
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 580d1d690f96..e83122ce385c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ build() {
package() {
local repo_src=${srcdir}/${_pkgname}
- local deploy_path=${pkgdir}/opt/pi-compositor
+ local deploy_path=${pkgdir}/opt/${_pkgname}
local systemd_deploy_path=${pkgdir}/usr/lib/systemd/system
mkdir -p $deploy_path