mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
fixup release script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user