diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:03:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-08-10 12:03:13 +0200 |
commit | 05425539f8f939ea2edc03c1e011e41952612836 (patch) | |
tree | 96f72afa6e9f48aaa63c13c6ef6f1a3944952bdc /Makefile.in | |
parent | 5f532f12bf9a32e4fe135280c22a12de32c8ebd3 (diff) | |
parent | 27df2893a39a9da083841e37c12fc24b2bdad80f (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) |