From 1ed938f667b68cce0f30e96ea6f10e20b01fcab1 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 25 Oct 2004 19:10:33 +0000 Subject: [PATCH] muevo archivos para respetar el enunciado y modifico script para que siga andando todo --- afinstal | 6 ++++-- {inst => conf}/oridesti.txt | 0 {inst => conf}/umbrales.param | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename {inst => conf}/oridesti.txt (100%) rename {inst => conf}/umbrales.param (100%) diff --git a/afinstal b/afinstal index c9de5ac..d525f22 100755 --- a/afinstal +++ b/afinstal @@ -423,12 +423,14 @@ MARCA # Copio umbrales, oridesti y utilities una sola vez if [ ! -f "$OWNCONFDIR/oridesti.txt" ]; then - cp "$INSTDIR/oridesti.txt" "$OWNCONFDIR" + cp "$CONFDIR/oridesti.txt" "$OWNCONFDIR" fi if [ ! -f "$OWNCONFDIR/umbrales.param" ]; then - cp "$INSTDIR/umbrales.param" "$OWNCONFDIR" + cp "$CONFDIR/umbrales.param" "$OWNCONFDIR" fi if [ ! -f "$OWNCONFDIR/umbrales.id" ]; then + # FIXME : Si umbrales.param tiene algo, deberiamos poner + # el valor del ultimo id en umbrales.id y no '0' echo 0 >> "$OWNCONFDIR/umbrales.id" fi if [ ! -f "$OWNCONFDIR/util.sh" ]; then diff --git a/inst/oridesti.txt b/conf/oridesti.txt similarity index 100% rename from inst/oridesti.txt rename to conf/oridesti.txt diff --git a/inst/umbrales.param b/conf/umbrales.param similarity index 100% rename from inst/umbrales.param rename to conf/umbrales.param -- 2.43.0