* Makefile.in (install-arch-dep): Don't let cd output go into
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 24 Dec 2003 12:02:26 +0000 (12:02 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 24 Dec 2003 12:02:26 +0000 (12:02 +0000)
pipe for carbon_appdir.

ChangeLog
Makefile.in

index be97f36..557d718 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-24  Jan Dj\e,Ad\e(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.
index 6126471..264b99f 100644 (file)
@@ -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.