mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-24 09:57:39 -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
|
||||
SO=$(realpath ./out/$SV)
|
||||
git clone ../../ "$SO"
|
||||
git -C ../../ diff | git -C "$SO" apply
|
||||
git -C ../../ diff | git -C "$SO" apply --allow-empty
|
||||
cd "$SO"
|
||||
rm -rf .git
|
||||
./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue