[pacman-dev] makepkg: "no" options

Georg Grabler ggrabler at gmail.com
Fri May 11 10:41:49 EDT 2007


Simply, since mOLOk asked me to change this in my pkgbuilds. I
actually used the find statement to remove empty dirs before.

Well, a next version could be 3.0.5 as well ;). That's why i've been asking.

I'll change that anyway, better now than later.

On 5/11/07, Travis Willard <travis at archlinux.org> wrote:
> On Fri, 11 May 2007 15:21:52 +0200, Georg Grabler wrote
> > Hello,
> >
> > I've seen today building a package that the "noemptydirs" option will
> > be dropped off makepkg for using !emptydirs within the next version
> > of makepkg.
> >
> > Well, i've made use quite a lot of this, so when will be the next
> > version? I'd need about a weekend for all the packages using it, do i
> > have a weekend for this?
>
> Not a direct answer to your question, since I'm not entirely sure when "the
> next" makepkg is planned, but have you tried:
>
> find -name PKGBUILD -exec grep "noemptydirs" {} \;
>
> in whatever root directory you store your PKGBUILDs off?  If all that shows is
> the options= lines, then you should be able to fix all your packages in one
> swipe with something like:
>
> find -name PKGBUILD -exec sed -i "s/noemptydirs/\!emptydirs/g" {} \;
>
> --
> Travis
>
> _______________________________________________
> pacman-dev mailing list
> pacman-dev at archlinux.org
> http://archlinux.org/mailman/listinfo/pacman-dev
>




More information about the pacman-dev mailing list