Talk:Building a Mac OS X Package for Amanda

From wiki.zmanda.com
Jump to navigation Jump to search

--Secondarymind 07:09, 3 June 2009 (PDT) The make install command in the article does not install to a tmp location (10.5.6). I believe the make install command should be something like

sudo make DESTDIR=/tmp/amroot install

See GNU DESTDIR

good point - fixed. --Dustin 09:15, 3 June 2009 (PDT)

User:Oskude wonders if it's necessary to use 'sudo' when running 'make install'. It is, because the Amanda files need to be created with the correct ownership and permissions. A regular user can't set arbitrary ownership on files. But thanks for checking things so carefully! --Dustin 09:23, 10 April 2007 (PDT)