mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Ports: Add awk symlink to mawk port
This commit is contained in:
parent
2084289162
commit
c9d287b226
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue