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

View File

@ -1 +1 @@
export PATH=$PWD:$PATH
export PATH=$PWD/mono-6.12.0:$PATH

View File

@ -2,6 +2,5 @@
"language": "mono",
"version": "6.12.0",
"author": "Thomas Hobson <thomas@hexf.me>",
"dependencies": {},
"aliases": ["csharp", "cs"]
}