]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix syntax for find.
authorAndreas Schwab <schwab@suse.de>
Mon, 14 Oct 2002 09:57:20 +0000 (09:57 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 14 Oct 2002 09:57:20 +0000 (09:57 +0000)
mac/make-package

index 747b8680b98e6b45c8853acd2aac5ffc81870f48..b8c8f36ca871d118b7924d7a85765083a55d6bcd 100755 (executable)
@@ -220,7 +220,7 @@ if test "$with_app" == "yes"; then
   ## Copy Emacs application
   cp -r Emacs.app ${tempparentfull}/Applications
   ## Delete any CVS files
-  find ${tempparentfull}/Applications -name "CVS" -execdir rm -r {} \;
+  find ${tempparentfull}/Applications -name "CVS" -type d -exec rm -r {} \;
 fi
 
 echo "Creating Package Info file"