pkg(mono-6.12.0): filename fixes

This commit is contained in:
Dan Vargas 2021-04-24 22:32:13 -05:00
parent 258539d593
commit 56d333f9ae
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
csc "$@"
rename 's/$/\.cs/' "$@" # Add .cs extension
csc -out:out "$@"