diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:26:40 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-11 11:26:40 +0200 |
commit | d6d5fc25ed5ef88a7c32b92780b5ba6a83a46029 (patch) | |
tree | a2500a60137a92e18e70dd5be6a61ca986d7a016 /Makefile.in | |
parent | ec09ef3933fecbe5b6969c257ee42ce8841e4d64 (diff) | |
parent | e57bc2d5de7622313e3f5f151310c35fa90c191b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c7737d5..790eecf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -567,7 +567,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) + chmod -R a-w $(distdir); chmod a+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |