Ports: Add awk symlink to mawk port

This commit is contained in:
Jean-Baptiste Boric 2021-08-07 14:04:29 +02:00 committed by Andreas Kling
parent 2084289162
commit c9d287b226

View file

@ -7,3 +7,7 @@ useconfigure=true
auth_type="sig"
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
auth_opts="mawk-${version}.tgz.asc mawk-${version}.tgz"
post_install() {
ln -sf mawk "${SERENITY_INSTALL_ROOT}/usr/local/bin/awk"
}