1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-01-30 19:40:37 +01:00

Move presource patches out of work/

I forgot we had a clean command in the paper util
This commit is contained in:
Zach Brown 2019-06-16 14:34:36 -05:00
parent 5aac62018f
commit 534b2c8747
2 changed files with 1 additions and 1 deletions
scripts
init.sh
pre-source-patches

View file

@ -19,7 +19,7 @@ fi
# apply patches directly to the file tree
# used to fix issues from upstream source repos
cd $basedir
prepatchesdir="$workdir/pre-source-patches"
prepatchesdir="$basedir/scripts/pre-source-patches"
for file in $(ls $prepatchesdir)
do
if [ $file == "README.md" ]; then