1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-14 12:21:53 +00:00

Create nanqinlang package

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-12-19 09:40:20 +01:00
parent ab563f424e
commit cf79e58d75

View file

@ -166,6 +166,12 @@ if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nocheck.patch; then
fi
echo "Done"
echo "Checking if Nanqinlang patch is set or not"
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/nanqinlang.patch; then
patch -N -p1 -s < ../../patches/nanqinlang.patch
fi
echo "Done"
#echo "Patch protobuf wrong hash"
#patch -N -R -p1 -s < ../../patches/protobuf_hash.patch