[Slackbuilds-users] dmenu slackbuild fix

Phillip Warner pc_warner at yahoo.com
Fri Apr 9 23:14:35 UTC 2010


Thanks, Robby and Daniel!

--phillip

--- On Fri, 4/9/10, Robby Workman <rworkman at slackbuilds.org> wrote:

> From: Robby Workman <rworkman at slackbuilds.org>
> Subject: Re: [Slackbuilds-users] dmenu slackbuild fix
> To: slackbuilds-users at slackbuilds.org
> Date: Friday, April 9, 2010, 10:47 AM
> On Fri, 9 Apr 2010 18:26:45 +0200
> LEVAI Daniel <leva at ecentrum.hu>
> wrote:
> 
> > The dmenu package's slackbuild doesn't work because of
> the too subtle
> > way of trying to strip the binary.
> > 
> > This diff below helps. Please update, thanks.
> > 
> > --- dmenu.SlackBuild.orig 2009-08-27
> 23:24:35.000000000 +0200
> > +++ dmenu.SlackBuild  2010-04-06
> 19:35:46.636107375 +0200
> > @@ -73,11 +73,7 @@
> >    DESTDIR=$PKG
>>> > -( find $PKG | xargs file | grep "executable" | grep
> ELF | cut -f 1
> > -d : | \
> > -    xargs strip --strip-unneeded 2>
> /dev/null || true
> > -  find $PKG | xargs file | grep "shared object"
> | grep ELF | cut -f
> > 1 -d : | \
> > -    xargs strip --strip-unneeded 2>
> /dev/null
> > -)
> > +strip --strip-unneeded $PKG/usr/bin/dmenu
>> >  ( cd $PKG/usr/man
> >    find . -type f -exec gzip -9 {} \;
> 
> 
> I fixed it a bit different, but it's done in my local
> repo.
> It will be pushed in the next public update.
> 
> -RW
> 
> -----Inline Attachment Follows-----
> 
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
> 
> 


      


More information about the SlackBuilds-users mailing list