summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Hill2020-04-06 21:08:10 -0500
committerAndrew Hill2020-04-06 21:08:10 -0500
commit93c8821bd56631102bc26c704d91feae84456a80 (patch)
treecf05ac488ddef5fcc86ebb643a53a7469c87b46c /PKGBUILD
parent4250d9aa9e87f914e89baa84617cee369318fe43 (diff)
downloadaur-93c8821bd56631102bc26c704d91feae84456a80.tar.gz
Attempt to fix pamac/yay install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b97e1500e131..bff3e1c22831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,6 @@ source=("git+$url")
md5sums=('SKIP') #autofill using updpkgsums
package() {
- cd "$pkgname"
-
+ cd "$srcdir/$pkgname"
make PREFIX="/usr" DESTDIR="$pkgdir" -s install
}