summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2020-12-25 16:53:43 -0500
committeramoka2020-12-25 16:53:43 -0500
commit8b4fdc5ed4ddec747ef7f98631651745f8c3a45d (patch)
tree2c586d38f5000248ef4691f1706fb9d304bfb573
parentfb20427e7b453e25f219925704144a2634d1cb21 (diff)
downloadaur-8b4fdc5ed4ddec747ef7f98631651745f8c3a45d.tar.gz
misc improvements
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce06b47b96a0..6f125f56ce43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ source=("https://gitweb.gentoo.org/repo/gentoo.git/plain/app-shells/zsh/files/pr
sha256sums=('818aede5695c1406bd2e720ab114bef13d373e48ee5a1f2cda7d36a9c26e30e1')
package() {
- cd "${srcdir}"
-
- install -Dm644 prompt_gentoo_setup-1 "${pkgdir}/usr/share/zsh/functions/Prompts/prompt_gentoo_setup"
+ install -Dm644 prompt_gentoo_setup-1 \
+ "$pkgdir"/usr/share/zsh/functions/Prompts/prompt_gentoo_setup
}