Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0b1ec9e9
Commit
0b1ec9e9
authored
Dec 24, 2003
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (install-arch-dep): Don't let cd output go into
pipe for carbon_appdir.
parent
35996d22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+2
-2
No files found.
ChangeLog
View file @
0b1ec9e9
2003-12-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* Makefile.in (install-arch-dep): Don't let cd output go into
pipe for carbon_appdir.
2003-12-24 Andreas Schwab <schwab@suse.de>
* configure.in (PKG_CHECK_MODULES): Fix quoting.
...
...
Makefile.in
View file @
0b1ec9e9
...
...
@@ -367,9 +367,9 @@ install-arch-dep: mkdir
done
if
test
"
${carbon_appdir}
"
!=
""
;
then
\
umask
022
;
mkdir
-p
${carbon_appdir}
/Emacs.app
;
\
(
cd
mac/Emacs.app
;
tar
-chf
-
.
)
|
\
(
cd
mac/Emacs.app
;
(
tar
-chf
-
.
|
\
(
cd
${carbon_appdir}
/Emacs.app
;
umask
022
;
tar
-xvf
-
\
&&
cat
>
/dev/null
)
||
exit
1
;
\
&&
cat
>
/dev/null
)
))
||
exit
1
;
\
fi
### Install the files that are machine-independent.
...
...
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