More packages

This commit is contained in:
2025-09-22 20:04:53 +01:00
parent 8c843a5f94
commit 6909061a17
5 changed files with 68 additions and 5 deletions

View File

@@ -26,4 +26,7 @@ install() {
echo "Installing $PACKAGE to ${DESTDIR}"
cd "${SRCDIR}/${PACKAGE}-${VERSION}"
make install DESTDIR="${DESTDIR}"
cd "${DESTDIR}/usr/local/bin"
ln -s msgfmt gmsgfmt
}