Talk:Building a Mac OS X Package for Amanda: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
(sounds good)
 
Line 2: Line 2:
<pre>sudo make DESTDIR=/tmp/amroot install</pre>
<pre>sudo make DESTDIR=/tmp/amroot install</pre>
See [http://www.gnu.org/prep/standards/html_node/DESTDIR.html GNU DESTDIR]
See [http://www.gnu.org/prep/standards/html_node/DESTDIR.html GNU DESTDIR]
: good point - fixed. --[[User:Dustin|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! --[[User:Dustin|Dustin]] 09:23, 10 April 2007 (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! --[[User:Dustin|Dustin]] 09:23, 10 April 2007 (PDT)

Latest revision as of 16:15, 3 June 2009

--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)