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
7ac903ab
Commit
7ac903ab
authored
Apr 29, 2014
by
Glenn Morris
Browse files
* lib-src/Makefile.in ($(DESTDIR)${archlibdir}): Avoid non-portable "`\" nesting
Fixes: debbugs:17339
parent
ca489750
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
lib-src/ChangeLog
lib-src/ChangeLog
+5
-0
lib-src/Makefile.in
lib-src/Makefile.in
+2
-2
No files found.
lib-src/ChangeLog
View file @
7ac903ab
2014-04-29 Glenn Morris <rgm@gnu.org>
* Makefile.in ($(DESTDIR)${archlibdir}):
Avoid non-portable "`\" nesting. (Bug#17339)
2014-04-16 Eli Zaretskii <eliz@gnu.org>
* update-game-score.c (write_scores): Condition fchmod call on
...
...
lib-src/Makefile.in
View file @
7ac903ab
...
...
@@ -247,8 +247,8 @@ $(DESTDIR)${archlibdir}: all
chown
${gameuser}
"
$(DESTDIR)${gamedir}
"
;
\
chmod
u
=
rwx,g
=
rwx,o
=
rx
"
$(DESTDIR)${gamedir}
"
;
\
fi
if
[
"
`
cd
\
"
$(DESTDIR)${archlibdir}
\
"
&&
/bin/pwd
`
"
\
!=
"
`
cd
${srcdir}
&&
/bin/pwd
`
"
]
;
then
\
exp_archlibdir
=
`
cd
"
$(DESTDIR)${archlibdir}
"
&&
/bin/pwd
`
;
\
if
[
"
$$
exp_archlibdir"
!=
"
`
cd
${srcdir}
&&
/bin/pwd
`
"
]
;
then
\
for
file
in
${SCRIPTS}
;
do
\
$(INSTALL_SCRIPT)
${srcdir}
/
$$
file
"
$(DESTDIR)${archlibdir}
/
$$
file"
;
\
done
;
\
...
...
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