Fixed make command

This commit is contained in:
matthias@arch 2022-09-05 00:32:54 +02:00
parent 3f04e43d6c
commit 8012ca41c1

View File

@ -13,7 +13,7 @@ md5sums=('SKIP')
build() {
mkdir -p pkg
cd "${pkgname}/src"
make release
make
make DESTDIR="${srcdir}/pkg_tmp" install
}