]> git.llucax.com Git - z.facultad/75.08/llamadas.git/commitdiff
muevo archivos para respetar el enunciado y modifico script para que siga
authorRicardo Markiewicz <gazer.arg@gmail.com>
Mon, 25 Oct 2004 19:10:33 +0000 (19:10 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Mon, 25 Oct 2004 19:10:33 +0000 (19:10 +0000)
andando todo

afinstal
conf/oridesti.txt [moved from inst/oridesti.txt with 100% similarity]
conf/umbrales.param [moved from inst/umbrales.param with 100% similarity]

index c9de5ac3febb116805e31ab2560cfcb8d79102c1..d525f222243a178d5f5faf0821b3c0bc31014c5a 100755 (executable)
--- 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
similarity index 100%
rename from inst/oridesti.txt
rename to conf/oridesti.txt
similarity index 100%
rename from inst/umbrales.param
rename to conf/umbrales.param