Fixed incorrect permissions in root directory.
This commit is contained in:
parent
cab393815f
commit
4484bc0f40
|
@ -20380,3 +20380,4 @@ if test "$no_create" != yes; then
|
|||
$ac_cs_success || { (exit 1); exit 1; }
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(src/xmlcopyeditor.cpp)
|
||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.1.0.1)
|
||||
AM_INIT_AUTOMAKE(xmlcopyeditor, 1.1.0.2)
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
|
|
1
depcomp
1
depcomp
|
@ -528,3 +528,4 @@ exit 0
|
|||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-end: "$"
|
||||
# End:
|
||||
|
||||
|
|
|
@ -321,3 +321,4 @@ done
|
|||
# time-stamp-format: "%:y-%02m-%02d.%02H"
|
||||
# time-stamp-end: "$"
|
||||
# End:
|
||||
|
||||
|
|
|
@ -6861,3 +6861,4 @@ disable_libs=static
|
|||
# mode:shell-script
|
||||
# sh-indentation:2
|
||||
# End:
|
||||
|
||||
|
|
Loading…
Reference in New Issue