On Tue, Feb 07, 2012 at 02:22:56PM +0100, Michael Olbrich wrote:
> On Fri, Feb 03, 2012 at 11:48:14AM +0100, Andreas Bießmann wrote:
> > Signed-off-by: Andreas Bießmann <[email protected]>
> > ---
> > Michael,
> >
> > how about this one?
>
> Hmmm, I've been playing with this a bit. What error do you get? For me
> mkdir -m755 overwrites anything set with umask.
maybe you need to use a GNU mkdir?
Michael
> > regards
> >
> > Andreas
> >
> > bin/ptxdist | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/bin/ptxdist b/bin/ptxdist
> > index 74a5a23..a35ef18 100755
> > --- a/bin/ptxdist
> > +++ b/bin/ptxdist
> > @@ -19,6 +19,7 @@
> > PTXDIST_COLLECTIONCONFIG_DEFAULT='${PTXDIST_WORKSPACE}/selected_collectionconfig
> > PTXDIST_TOOLCHAIN_DEFAULT='${PTXDIST_WORKSPACE}/selected_toolchain'
> >
> > PTXDIST_PTXRC_DEFAULT=${PTXDIST_PTXRC:-'${HOME}/.ptxdist/ptxdistrc-${PTXDIST_VERSION_PTXRC}'}
> >
> > +umask 0022
> >
> > #
> > # menu_select
> > --
> > 1.7.8.3
> >
> >
> > --
> > ptxdist mailing list
> > [email protected]
>
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
> --
> ptxdist mailing list
> [email protected]
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
[email protected]