Fixed incorrect permissions in root directory.
This commit is contained in:
parent
4484bc0f40
commit
33e0577f40
|
@ -588,3 +588,4 @@ uninstall-info: uninstall-info-recursive
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -1 +1,2 @@
|
||||||
This file is always out of date. See https://sourceforge.net/projects/xml-copy-editor/ for project news.
|
This file is always out of date. See https://sourceforge.net/projects/xml-copy-editor/ for project news.
|
||||||
|
|
||||||
|
|
|
@ -7242,3 +7242,4 @@ AC_SUBST([am__tar])
|
||||||
AC_SUBST([am__untar])
|
AC_SUBST([am__untar])
|
||||||
]) # _AM_PROG_TAR
|
]) # _AM_PROG_TAR
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1409,3 +1409,4 @@ exit 1
|
||||||
# time-stamp-format: "%:y-%02m-%02d"
|
# time-stamp-format: "%:y-%02m-%02d"
|
||||||
# time-stamp-end: "'"
|
# time-stamp-end: "'"
|
||||||
# End:
|
# End:
|
||||||
|
|
||||||
|
|
|
@ -1498,3 +1498,4 @@ exit 0
|
||||||
# time-stamp-format: "%:y-%02m-%02d"
|
# time-stamp-format: "%:y-%02m-%02d"
|
||||||
# time-stamp-end: "'"
|
# time-stamp-end: "'"
|
||||||
# End:
|
# End:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue