Skip to content

Commit

Permalink
Remove dependence on umask
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Aug 3, 2022
1 parent 14eb5bb commit 89b6ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/figures/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89b6ad8

Please sign in to comment.