emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/make-package [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/mac/make-package [lexbind]
Date: Tue, 14 Oct 2003 18:51:26 -0400

Index: emacs/mac/make-package
diff -c emacs/mac/make-package:1.17.4.1 emacs/mac/make-package:1.17.4.2
*** emacs/mac/make-package:1.17.4.1     Fri Apr  4 01:20:42 2003
--- emacs/mac/make-package      Tue Oct 14 18:51:22 2003
***************
*** 313,325 ****
    fi
  fi
  
  if test "$self_contained" = "yes"; then
      # Move shared files down to Resources directory
      mv $installprefix/share/emacs/$version/* $installprefix
      rm -rf $installprefix/share
      # These directories might remain in Resources
      mv $installprefix/bin $installprefix/../MacOS/bin
!     mv $installprefix/libexec $installprefix/../MacOS/libexec
      # Make the application binary a hard link
      rm $installprefix/../MacOS/Emacs
      ln $installprefix/../MacOS/bin/emacs $installprefix/../MacOS/Emacs
--- 313,327 ----
    fi
  fi
  
+ compver=powerpc-apple-darwin`uname -r`
+  
  if test "$self_contained" = "yes"; then
      # Move shared files down to Resources directory
      mv $installprefix/share/emacs/$version/* $installprefix
      rm -rf $installprefix/share
      # These directories might remain in Resources
      mv $installprefix/bin $installprefix/../MacOS/bin
!     mv $installprefix/libexec/emacs/$version/$compver 
$installprefix/../MacOS/libexec
      # Make the application binary a hard link
      rm $installprefix/../MacOS/Emacs
      ln $installprefix/../MacOS/bin/emacs $installprefix/../MacOS/Emacs
***************
*** 383,391 ****
  cat ${sizesfile}
  
  echo "Creating Disc Image"
! ## Allocate an extra 5000 sectors (about 2.5 mg)
! ## Note a sector appears to be 512k
! sectorsAlloced=`echo 2*${compressedSize}+20|bc`
  hdiutil create -ov ${builddir}/mac/EmacsRW -sectors ${sectorsAlloced}
  ## Need to format the disc image before mounting
  mountLoc=`hdid -nomount ${builddir}/mac/EmacsRW.dmg | grep HFS | cut -f1`
--- 385,393 ----
  cat ${sizesfile}
  
  echo "Creating Disc Image"
! ## From hdiutil man page, a sector is 512k.  Allocate an extra 5% for
! ## directories and partition tables.
! sectorsAlloced=`echo 2.1*${compressedSize}|bc`
  hdiutil create -ov ${builddir}/mac/EmacsRW -sectors ${sectorsAlloced}
  ## Need to format the disc image before mounting
  mountLoc=`hdid -nomount ${builddir}/mac/EmacsRW.dmg | grep HFS | cut -f1`
***************
*** 423,426 ****
--- 425,429 ----
  echo "Cleaning up the staging directory"
  rm -rf ${builddir}/mac/Emacs.pkg ${removable_build_dir}
  
+ # arch-tag: 1b631d0d-9fde-4f71-80c0-33e0e5815515
  ### make-package ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]