forked from moreo/QuaPy
cleaning
This commit is contained in:
parent
71949e9a03
commit
bcb8432457
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue