---------------------------------------- > Date: Sat, 16 Mar 2013 22:16:58 -0400 > From: [email protected] > To: [email protected] > CC: [email protected] > 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 <[email protected]> wrote: > > > > >-----BEGIN PGP SIGNED MESSAGE----- > > >Hash: SHA256 > > > > > >Eiro Neemous <[email protected]> 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.
