This commit is contained in:
Евгений Храмов 2023-04-29 14:56:31 +03:00
parent 7823045b65
commit 9988818494

@ -26,6 +26,6 @@ build() {
package() {
cd "${srcdir}/${name}-${version}/build"
make "DESTDIR=${pkddir}" install
make "DESTDIR=${pkgdir}" install
install -Dm644 "-t${pkgdir}/usr/share/licenses/${name}"
}