diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
commit | a91069e2abd0276638cbc55a0f6b6d5e685c4a93 (patch) | |
tree | 1af0514cb06c99ad7b55defa398eb253666d1c89 /Makefile.in | |
parent | fd5b20783fcab6050b5bb1dd66b29a76cb6705c5 (diff) | |
parent | 2a7448a72a118fd596bf35c46a216ea3fe689ceb (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 790eecf..c7737d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -567,7 +567,7 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod a+w $(distdir) + chmod -R a-w $(distdir); chmod u+w $(distdir) mkdir $(distdir)/_build mkdir $(distdir)/_inst chmod a-w $(distdir) |