From 89b6ad88cc565c4587709ed526aae4ce6d124cd0 Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Wed, 3 Aug 2022 09:36:42 -0700 Subject: [PATCH] Remove dependence on umask --- docs/manual/figures/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/figures/Makefile b/docs/manual/figures/Makefile index 16537b15f6e..9f04f3a91b3 100644 --- a/docs/manual/figures/Makefile +++ b/docs/manual/figures/Makefile @@ -10,9 +10,9 @@ INKSCAPE_VERSION := $(shell inkscape --version 2>/dev/null) all: ${PDFFILES} clean-obsolete-files svg-copy svg-copy: - -chmod -f +w ../*.svg + -chmod -f u+w ../*.svg cp -pf *.svg .. - chmod -f -w ../*.svg + chmod -f a-w ../*.svg %.pdf : %.svg ifdef RSVG_CONVERT_VERSION