oops i forgot to commit

This commit is contained in:
2025-12-31 22:29:22 +01:00
parent bd91c01d76
commit afe1f12fc4
43 changed files with 1083 additions and 59 deletions

View File

@@ -15,7 +15,7 @@ build = [
# 64-bit build
f"cd {builddir} && ./configure --prefix=/usr --disable-static",
f"cd {builddir} && make -j$(nproc)",
f"cd {builddir} && make DESTDIR={destdir} install && ln -sfv bsdunzip {destdir}/usr/bin/unzip",
f"cd {builddir} && make DESTDIR={destdir} install",
f"install -v -d -m755 {destdir}/usr/share/licenses/{pkgname}/",
f"install -v -m644 {builddir}/COPYING {destdir}/usr/share/licenses/{pkgname}/LICENSE",