Author: frank Date: 2006-10-10 06:38:35 +0000 (Tue, 10 Oct 2006) New Revision: 1763
Modified: tex-common/trunk/scripts/tetex-bin-upgrade Log: fix double slash in pathname when ucf is called, this confused ucf completely (bug filed, no bugnumber yet) Modified: tex-common/trunk/scripts/tetex-bin-upgrade =================================================================== --- tex-common/trunk/scripts/tetex-bin-upgrade 2006-10-10 06:10:16 UTC (rev 1762) +++ tex-common/trunk/scripts/tetex-bin-upgrade 2006-10-10 06:38:35 UTC (rev 1763) @@ -1,7 +1,7 @@ #!/bin/sh -fmtdir=/etc/texmf/fmt.d/ -ucf_sourcedir=/usr/share/tex-common/ +fmtdir=/etc/texmf/fmt.d +ucf_sourcedir=/usr/share/tex-common #UCF="ucf --verbose -d --debconf-ok" UCF="ucf --debconf-ok" @@ -26,4 +26,4 @@ fi fi -$UCF $ucf_sourcedir/01tetex.cnf $fmtdir/01tetex.cnf +$UCF $ucf_sourcedir/$newfile $fmtdir/$newfile _______________________________________________ Pkg-tetex-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

