pkg(mono-6.12.0): update to match

This commit is contained in:
Thomas Hobson 2021-03-06 19:42:18 +13:00
parent a24770e43a
commit 3a1e99436a
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
3 changed files with 5 additions and 3 deletions

View file

@ -13,4 +13,7 @@ cd mono
make -j$(nproc)
DESTDIR=build/tmp make install -j$(nproc)
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../output
mv build/tmp/piston/packages/mono/6.12.0/mono-6.12.0 ../../mono-6.12.0
cd ../../
rm -rf build