[subversion-commit] SVN tex-common commit + diffs: r1593 -
tex-common/trunk/debian
Frank Küster
frank at costa.debian.org
Mon Sep 4 16:18:56 UTC 2006
Author: frank
Date: 2006-09-04 16:18:55 +0000 (Mon, 04 Sep 2006)
New Revision: 1593
Modified:
tex-common/trunk/debian/postinst.in
tex-common/trunk/debian/preinst.in
Log:
instead, don't use -p option at all
Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in 2006-09-04 16:14:06 UTC (rev 1592)
+++ tex-common/trunk/debian/postinst.in 2006-09-04 16:18:55 UTC (rev 1593)
@@ -8,7 +8,6 @@
<:=@COPYRIGHT:>//
## Define static variables we need
-MKTMPDIR=<:=$MKTMPDIR:> # mktemp will create its files there
UCF_FILES="<:=$TEX_COMMON_UCF_FILES:>"
TEXMFSYSVARDIR="<:=$TEXMFSYSVARDIR:>"
UCF="ucf --debconf-ok"
Modified: tex-common/trunk/debian/preinst.in
===================================================================
--- tex-common/trunk/debian/preinst.in 2006-09-04 16:14:06 UTC (rev 1592)
+++ tex-common/trunk/debian/preinst.in 2006-09-04 16:18:55 UTC (rev 1593)
@@ -12,9 +12,6 @@
## Variables needed for upgrading
FIRST_VERSION_WITH_UPGRADE_PATH=0.3
-## misc variables
-MKTMPDIR=<:=$MKTMPDIR:> # mktemp will create its files there
-
#################################################################
# Functions
#################################################################
@@ -83,7 +80,7 @@
# compare with current settings, and create a new file
SETTING_CHANGED=false
- tempdir=`mktemp -d -p $MKTMPDIR`
+ tempdir=`mktemp -d`
tempfile1=`mktemp -p $tempdir`
trap 'cleanup' HUP INT QUIT BUS PIPE TERM
cp -p $dfltfile $tempfile1
More information about the Pkg-tetex-commits
mailing list