Fix syntax for find.
authorAndreas Schwab <schwab@suse.de>
Tue, 10 Dec 2002 16:53:24 +0000 (16:53 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 10 Dec 2002 16:53:24 +0000 (16:53 +0000)
mac/ChangeLog
mac/make-package

index 23f0314..0a2e8f8 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-10  Andreas Schwab  <schwab@suse.de>
+
+       * make-package: Fix syntax for find.
+
 2002-12-08  Steven Tamm  <steventamm@mac.com>
 
        * INSTALL: Added description about make-package
index 81ea449..df781c0 100755 (executable)
@@ -265,7 +265,7 @@ if test "$with_app" == "yes"; then
   ## Copy Emacs application
   cp -r Emacs.app ${tempappdir}
   ## Delete any CVS files
-  find ${tempappdir} -name "CVS" -type d -execdir rm -rf {} \;
+  find ${tempappdir} -name "CVS" -type d -exec rm -rf {} \;
 
   ## Have application be a symlink to ${prefix}/bin/emacs
   if test "$app_symlink" == "yes"; then