buildx.sh: force forward patch, don't ask whether to revert
This commit is contained in:
parent
6247a3afac
commit
3cf67c684b
@ -105,7 +105,7 @@ extract_it()
|
|||||||
cd $mod_name
|
cd $mod_name
|
||||||
# check for patches
|
# check for patches
|
||||||
if [ -e ../../$mod_name.patch ]; then
|
if [ -e ../../$mod_name.patch ]; then
|
||||||
patch -p1 < ../../$mod_name.patch
|
patch -N -p1 < ../../$mod_name.patch
|
||||||
fi
|
fi
|
||||||
# now configure
|
# now configure
|
||||||
echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"
|
echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"
|
||||||
|
Loading…
Reference in New Issue
Block a user