mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-24 17:57:51 -03:00
fixup release script
This commit is contained in:
parent
f667a8a256
commit
a6e53b0997
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mkdir -p out
|
||||||
SV=mkp224o-$V
|
SV=mkp224o-$V
|
||||||
SO=$(realpath ./out/$SV)
|
SO=$(realpath ./out/$SV)
|
||||||
git clone ../../ "$SO"
|
git clone ../../ "$SO"
|
||||||
git -C ../../ diff | git -C "$SO" apply
|
git -C ../../ diff | git -C "$SO" apply --allow-empty
|
||||||
cd "$SO"
|
cd "$SO"
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue