mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
pkg(ponyc-0.39.0): Move cd
to the correct palce.
This commit is contained in:
parent
f61cb023c6
commit
b6c98a7803
1 changed files with 4 additions and 3 deletions
7
packages/ponylang/0.39.0/build.sh
vendored
7
packages/ponylang/0.39.0/build.sh
vendored
|
@ -2,10 +2,11 @@
|
|||
|
||||
PREFIX=$(realpath $(dirname $0))
|
||||
|
||||
cd ponyc
|
||||
|
||||
# get sources - only get the latest copy of the relevant files
|
||||
git clone -q https://github.com/ponylang/ponyc.git ponyc
|
||||
|
||||
cd ponyc
|
||||
|
||||
# release commit for 0.39.0
|
||||
git reset --hard 85d897b978c5082a1f3264a3a9ad479446d73984
|
||||
|
||||
|
@ -23,4 +24,4 @@ make build
|
|||
make prefix="$PREFIX" install
|
||||
|
||||
cd ..
|
||||
rm -rf ponyc
|
||||
rm -rf ponyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue