diff options
Diffstat (limited to 'libpit/Makefile.in')
-rw-r--r-- | libpit/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpit/Makefile.in b/libpit/Makefile.in index f617522..80bc269 100644 --- a/libpit/Makefile.in +++ b/libpit/Makefile.in @@ -533,7 +533,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) |