mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-22 17:07:34 +01:00
Move presource patches out of work/
I forgot we had a clean command in the paper util
This commit is contained in:
parent
8742efd44b
commit
c682358624
@ -19,7 +19,7 @@ fi
|
|||||||
# apply patches directly to the file tree
|
# apply patches directly to the file tree
|
||||||
# used to fix issues from upstream source repos
|
# used to fix issues from upstream source repos
|
||||||
cd $basedir
|
cd $basedir
|
||||||
prepatchesdir="$workdir/pre-source-patches"
|
prepatchesdir="$basedir/scripts/pre-source-patches"
|
||||||
for file in $(ls $prepatchesdir)
|
for file in $(ls $prepatchesdir)
|
||||||
do
|
do
|
||||||
if [ $file == "README.md" ]; then
|
if [ $file == "README.md" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user