From b38c77d4660aa351cb1ec83bc96a1eccdcad3d0b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Apr 2018 21:42:33 +0000 Subject: (MAKEINST): save all tlpdb files in /tmp/pruneimg.pre. git-svn-id: svn://tug.org/texlive/trunk@47451 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index c5737703f69..a373573b2bf 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -112,7 +112,7 @@ MAKEINST () # Save all tlpdb files before pruning platforms. preprune=/tmp/pruneimg.pre rm -rf $preprune && mkdir $preprune - cp -r tlpkg/texlive.tlpdb $preprune || exit 1 + cp -p tlpkg/texlive.tlpdb* $preprune || exit 1 # remove platforms to save space on the dvd. # do this here so that they can be kept in the tree, -- cgit v1.2.3