From: Ricardo Markiewicz Date: Mon, 25 Oct 2004 19:10:33 +0000 (+0000) Subject: muevo archivos para respetar el enunciado y modifico script para que siga X-Git-Tag: svn_import~28 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/1ed938f667b68cce0f30e96ea6f10e20b01fcab1?ds=sidebyside muevo archivos para respetar el enunciado y modifico script para que siga andando todo --- 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