This commit is contained in:
Alejandro Moreo Fernandez 2020-12-15 15:28:20 +01:00
parent 71949e9a03
commit bcb8432457
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ mkdir ./svm_perf
tar xvzf $FILE -C ./svm_perf
rm $FILE
#para crear el patch [para mi]
#diff -Naur svm_perf svm_perf_quantification > svm-perf-quantification-ext.patch
#para crear la modificacion
#cp svm_perf svm_perf_quantification -r [ESTO NO HACE FALTA]
patch -s -p0 < svm-perf-quantification-ext.patch
mv svm_perf svm_perf_quantification
cd svm_perf_quantification