From 0b1ec9e98455db4d85616b3d6c80a69aad038adf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 24 Dec 2003 12:02:26 +0000 Subject: [PATCH] * Makefile.in (install-arch-dep): Don't let cd output go into pipe for carbon_appdir. --- ChangeLog | 5 +++++ Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index be97f364bdb..557d718ee94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-24 Jan Dj,Ad(Brv + + * Makefile.in (install-arch-dep): Don't let cd output go into + pipe for carbon_appdir. + 2003-12-24 Andreas Schwab * configure.in (PKG_CHECK_MODULES): Fix quoting. diff --git a/Makefile.in b/Makefile.in index 61264712027..264b99f6d33 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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. -- 2.39.2