summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/dccpaper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/dccpaper/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/dccpaper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/dccpaper/Makefile b/Master/texmf-dist/source/latex/dccpaper/Makefile
index 4ad993a5953..82c9bf97151 100644
--- a/Master/texmf-dist/source/latex/dccpaper/Makefile
+++ b/Master/texmf-dist/source/latex/dccpaper/Makefile
@@ -1,7 +1,7 @@
NAME = dccpaper
SHELL = bash
PWD = $(shell pwd)
-TEMP := $(shell mktemp -d)
+TEMP := $(shell mktemp -d -t tmp.XXXXXXXXXX)
TDIR = $(TEMP)/$(NAME)
VERS = $(shell ltxfileinfo -v $(NAME).dtx)
LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)