buildx.sh: force forward patch, don't ask whether to revert

master
Pavel Roskin 8 years ago
parent 6247a3afac
commit 3cf67c684b

@ -105,7 +105,7 @@ extract_it()
cd $mod_name
# check for patches
if [ -e ../../$mod_name.patch ]; then
patch -p1 < ../../$mod_name.patch
patch -N -p1 < ../../$mod_name.patch
fi
# now configure
echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"

Loading…
Cancel
Save