summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornarunlifescience2020-05-10 20:43:47 +0530
committernarunlifescience2020-05-10 20:43:47 +0530
commit9ae0b35eb633029cfe8b76498423c0e4db9a40f0 (patch)
treebe73055daac77a3151879d39c0424e121c09532f
parenta723ae8b733e7be3cd84dc1792135d5df321566a (diff)
downloadaur-9ae0b35eb633029cfe8b76498423c0e4db9a40f0.tar.gz
use pkgname when possible
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33e91f66c749..7b3a7d8d706c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ prepare() {
# start building
build() {
- mv */ alphaplot
+ mv */ "${pkgname}"
cd "${pkgname}"
qmake
make