13
0
geforkt von Mirrors/Paper

Move presource patches out of work/

I forgot we had a clean command in the paper util
Dieser Commit ist enthalten in:
Zach Brown 2019-06-16 14:34:36 -05:00
Ursprung 5aac62018f
Commit 534b2c8747
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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