View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 11:52 AM
Hajo Ehlers
 
Posts: n/a
Default Re: InstallP permissions problem

On Aug 20, 5:43 pm, Karthik <karthik3...@gmail.com> wrote:
> Hi
>
> I have a simple test.bff which puts a file dummy inside /opt/some_dir/
> dummy. I run this command using
> installp -d . test.cmp. The files gets copied appropriately but the
> directory permissions of /opt becomes drwxr-x--- whereas it has to be
> drwxr-xr-x ( the permissions that was before installp was run ). Any
> ideas ?
>
> -Karthik



Depending on your build system remove ./opt from the package list or
set the the correct permissions on the ./opt ( NOT /opt ) and read

http://publibn.boulder.ibm.com/doc_l...w4_install.htm

man mkinstallp

view /usr/lpp/bos/README.MKINSTALLP ( Note 4 )

search this group for mkinstallp

hth
Hajo

Reply With Quote