Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
94898d72
Commit
94898d72
authored
Jan 15, 2013
by
Glenn Morris
Browse files
* Makefile.in (install-arch-indep): Put back a chmod
that was removed 2012-05-19. (Bug#13430)
parent
2e7a1892
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+4
-1
No files found.
ChangeLog
View file @
94898d72
2013-01-16 Glenn Morris <rgm@gnu.org>
* Makefile.in (install-arch-indep): Put back a chmod that was
removed 2012-05-19. (Bug#13430)
2013-01-10 Glenn Morris <rgm@gnu.org>
* make-dist: Add options for xz compression and no compression.
...
...
Makefile.in
View file @
94898d72
...
...
@@ -534,6 +534,7 @@ install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTR
tar
-xvf
-
&&
cat
>
/dev/null
)
||
exit
1
;
\
[
"
$
${dir}
"
!=
"
${srcdir}
/etc"
]
||
rm
-f
$
${dest}
/DOC
*
;
\
for
subdir
in
`
find
$
${dest}
-type
d
-print
`
;
do
\
chmod
a+rx
$
${subdir}
;
\
rm
-f
$
${subdir}
/.gitignore
;
\
rm
-f
$
${subdir}
/.arch-inventory
;
\
rm
-f
$
${subdir}
/.DS_Store
;
\
...
...
@@ -568,7 +569,9 @@ install-arch-indep: lisp leim install-info install-man ${INSTALL_ARCH_INDEP_EXTR
done
)
-
chmod
-R
a+r
$(DESTDIR)${datadir}
/emacs/
${version}
${COPYDESTS}
# The last chmod isn't needed at present.
## The above chmods are needed because "umask 022; tar ..." is not
## guaranteed to do the right thing; eg if we are root and tar is
## preserving source permissions.
## We install only the relevant DOC file if possible
## (ie DOC-${version}.buildnumber), otherwise DOC-${version}*.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment