pkg(mono-6.12.0): update to match
This commit is contained in:
parent
a24770e43a
commit
3a1e99436a
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
export PATH=$PWD:$PATH
|
||||
export PATH=$PWD/mono-6.12.0:$PATH
|
|
@ -2,6 +2,5 @@
|
|||
"language": "mono",
|
||||
"version": "6.12.0",
|
||||
"author": "Thomas Hobson <thomas@hexf.me>",
|
||||
"dependencies": {},
|
||||
"aliases": ["csharp", "cs"]
|
||||
}
|
Loading…
Reference in New Issue