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
ad8cf30f
Commit
ad8cf30f
authored
Jun 01, 1998
by
Karl Heuer
Browse files
(install-arch-indep): Don't die if site-lisp/ isn't writable.
parent
cadf50ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.in
Makefile.in
+2
-2
No files found.
Makefile.in
View file @
ad8cf30f
...
...
@@ -346,14 +346,14 @@ install-arch-indep: mkdir
>
${datadir}
/emacs/
${version}
/site-lisp/subdirs.el
;
\
fi
chmod
a+r
${datadir}
/emacs/
${version}
/site-lisp/subdirs.el
if
[
-f
${datadir}
/emacs/site-lisp/subdirs.el
]
;
\
-
if
[
-f
${datadir}
/emacs/site-lisp/subdirs.el
]
;
\
then
true
;
\
else
\
(
echo
"(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"
;
\
echo
" (normal-top-level-add-subdirs-to-load-path))"
)
\
>
${datadir}
/emacs/site-lisp/subdirs.el
;
\
fi
chmod
a+r
${datadir}
/emacs/site-lisp/subdirs.el
-
chmod
a+r
${datadir}
/emacs/site-lisp/subdirs.el
if
[
`
(
cd
./etc
;
/bin/pwd
)
`
!=
`
(
cd
${docdir}
;
/bin/pwd
)
`
]
;
\
then
\
echo
"Copying etc/DOC-* to
${docdir}
..."
;
\
...
...
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