summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/web2c/mktexdir.opt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/web2c/mktexdir.opt')
-rw-r--r--Master/texmf-dist/web2c/mktexdir.opt11
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