diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-07 18:49:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-07 18:49:29 +0000 |
commit | 0746296a289b6a5486fcfbfb4c59f20f09d07c31 (patch) | |
tree | 436cff932182cdc9561a3396b49259ed95d91c40 /Master/texmf-dist/web2c/mktexdir.opt | |
parent | c3cb2b9c6a7c64c095d84a47a60424858b934e70 (diff) |
texmf -> texmf-dist: web2c
git-svn-id: svn://tug.org/texlive/trunk@29723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c/mktexdir.opt')
-rw-r--r-- | Master/texmf-dist/web2c/mktexdir.opt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/web2c/mktexdir.opt b/Master/texmf-dist/web2c/mktexdir.opt new file mode 100644 index 00000000000..4d4345dcdf7 --- /dev/null +++ b/Master/texmf-dist/web2c/mktexdir.opt @@ -0,0 +1,11 @@ +# mktexdir.opt to determine various manipulations of the filenames. +# Sourced from mktexdir. +# +# Originally written by Thomas Esser. +# Public domain. +# $Id: mktexdir.opt 16497 2009-12-24 18:38:47Z karl $ + +# Set append-only bit on created directories. +case "$MT_FEATURES" in + *appendonlydir*) MT_APPEND_MASK=+t;; +esac |