patching patch

This commit is contained in:
Vincent Grande
2020-06-04 23:51:22 -04:00
parent d0edae0d86
commit f0c22848bb

View File

@@ -39,7 +39,7 @@ patch --directory="$_sourcedir" --strip=0 < terminfo.patch
echo 'Applying patches from $_startdir if they exist...' echo 'Applying patches from $_startdir if they exist...'
if [ -d "$_startdir}/patches" ]; then if [ -d "$_startdir/patches" ]; then
for patch in $_startdir/patches/*.diff; do for patch in $_startdir/patches/*.diff; do
echo "Applying $patch ..." echo "Applying $patch ..."
patch -p1 -s -i "$patch" patch -p1 -s -i "$patch"