cd "${srcdir}/${name}-${version}"

This commit is contained in:
2023-04-29 15:07:07 +03:00
parent f5246e64a5
commit fd929e6418

View File

@ -25,5 +25,6 @@ build() {
package() {
cd "${srcdir}/${name}-${version}/build"
make "DESTDIR=$pkgdir" install
}