Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac PackageMaker - Allow Relocation Issues

I have two issues with Allow Relocation (Package: Xxx, Components):

  1. It keeps getting turned on as if by magic. How can I avoid this? I need it off (sub-optimal, I know - see #2)

  2. If Allow Relocation is on, the Installer first places the .app into /Applications, but then relocates it, copying it on top of my original .app in my development tree. How can I prevent this from happening during development, short of testing the installer on a different machine?

like image 839
Bob Denny Avatar asked Oct 25 '22 22:10

Bob Denny


1 Answers

PackageMaker manpage says

 [--no-relocate, -w]
          If specified, packagemaker will disable automatic relocation of
          package contents.
like image 89
George Avatar answered Nov 15 '22 08:11

George