Last fix for PKGBUILD.

This commit is contained in:
Alexander Andreev 2021-12-24 00:26:18 +04:00
parent 6d58dc3813
commit 46abb111d8
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ build() {
}
package() {
cd "$pkgname"
cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
}