#!/bin/sh # $Id$ # Copyright 2007 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # # Make new database by calling the tlpsrc -> tlpdb script on all # the tlpsrc files. unset CDPATH cd `dirname $0`/../.. || exit 1 perl tlpkg/bin/tlpsrc2tlpdb tlpkg/tlpsrc/*.tlpsrc >texlive.tlpdb.new mv texlive.tlpdb ${TMPDIR-/tmp}/texlive.tlpdb.saved mv texlive.tlpdb.new texlive.tlpdb