summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPSposito2020-02-24 11:24:59 +0200
committerPSposito2020-02-24 11:24:59 +0200
commit02c5ca571021610aad94792bdd10e1a5688a46c8 (patch)
tree83df4f9871f3d02506644e550c338f579c832674 /PKGBUILD
parent96525d770b8c853d9473a456a34b4fe4a8c5b3cb (diff)
downloadaur-02c5ca571021610aad94792bdd10e1a5688a46c8.tar.gz
Correction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21f44bc3aada..4bcf634c1d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ build() {
}
package() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$aliasname"
make DESTDIR="$pkgdir/" install
}