[aur-general] Delete & Merge Request

Doug Newgard scimmia22 at outlook.com
Sat Mar 16 22:36:23 EDT 2013


----------------------------------------
> Date: Sat, 16 Mar 2013 22:16:58 -0400
> From: danielwallace at gtmanfred.com
> To: dr.neemous at gmail.com
> CC: aur-general at archlinux.org
> Subject: Re: [aur-general] Delete & Merge Request
>
> On Sun, Mar 17, 2013 at 10:07:56AM +0800, Eiro Neemous wrote:
> > Oh i forget to do that first= = done, thanks for ur notice!
> >
> > Daniel Wallace <danielwallace at gtmanfred.com> wrote:
> >
> > >-----BEGIN PGP SIGNED MESSAGE-----
> > >Hash: SHA256
> > >
> > >Eiro Neemous <dr.neemous at gmail.com> wrote:
> > >
> > >>Hello,
> > >>
> > >>Please delete my package e-modules-extra-eweather-svn (dups, there's
> > >>eweather-svn),
> > >>and merge geneet-svn into geneet-git,
> > >>
> > >>links attached:
> > >>https://aur.archlinux.org/packages/e-modules-extra-eweather-svn/
> > >>https://aur.archlinux.org/packages/geneet-svn/
> > >>
> > >>thanks in advance!
> > >>
> > >>
> > >>Regards,
> > >>Eiro Neemous
> > >
> > >Please fix geneet-git first.
> > >
> > >The install command shout be in the package function.
> > >- --
> > >Sent from my Android Phone.
> > >Daniel Wallace
> > >Arch Linux Trusted User
> > >GTManfred
>
> For the record, it should probably also use --root= instead of just
> --prefix
>
> python2 setup.py install --prefix=/usr --root="$pkgdir"
>
> Fix that, I already deleted the first one and merged the -svn one
>
> Thanks
> --
> Daniel Wallace
> Archlinux Trusted User (gtmanfred)
> Georgia Institute of Technology

But now it's building in the package function...

Best option is to do
python2 setup.py build --prefix=/usr
in the build function and 
python2 setup.py install --root="$pkgdir"
in the package function. 		 	   		  


More information about the aur-general mailing list