Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread David C. Rankin
On 05/18/2012 08:44 AM, David C. Rankin wrote: > Allan, Dennis, thanks. > > I will check for a matching .proto file with new packages. I don't know if > that would have helped here. The issue was in the Makefile: > > src/gebc-1.07/Makefile:am__installdirs = "$(DESTDIR)$(bindir)" > src/gebc-1.07

Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread David C. Rankin
On 05/18/2012 08:04 AM, Dennis Herbrich wrote: > On Fri, May 18, 2012 at 07:54:27AM -0500, David C. Rankin wrote: >> OK, I'll check again for the package manipulating pkgdir, because I'm using >> the standard package: >> >> package() { >> msg "Packaging ${pkgname}-${pkgver}" >> >> cd ${pkgname}

Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread Dennis Herbrich
On Fri, May 18, 2012 at 07:54:27AM -0500, David C. Rankin wrote: > OK, I'll check again for the package manipulating pkgdir, because I'm using > the standard package: > > package() { > msg "Packaging ${pkgname}-${pkgver}" > > cd ${pkgname}-${pkgver} > > make DESTDIR=$pkgdir install > } In

Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread Allan McRae
On 18/05/12 22:54, David C. Rankin wrote: > On 05/18/2012 02:33 AM, Allan McRae wrote: >> On 18/05/12 16:00, Martin Panter wrote: >>> On 18 May 2012 15:26, David C. Rankin >>> wrote: Building a small app (GNU External Ballistic Calculator) for Arch. When the PKGBUILD goes to pack

Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread David C. Rankin
On 05/18/2012 02:33 AM, Allan McRae wrote: > On 18/05/12 16:00, Martin Panter wrote: >> On 18 May 2012 15:26, David C. Rankin wrote: >>> Building a small app (GNU External Ballistic Calculator) for Arch. When the >>> PKGBUILD goes to package the file it create both >>> >>> /pkg >>> /pkgusr >>> >>

Re: [arch-general] makepkg is creating BOTH a /pkg and pkgusr on build??

2012-05-18 Thread Allan McRae
On 18/05/12 16:00, Martin Panter wrote: > On 18 May 2012 15:26, David C. Rankin wrote: >> Building a small app (GNU External Ballistic Calculator) for Arch. When the >> PKGBUILD goes to package the file it create both >> >> /pkg >> /pkgusr >> >> directories. It puts the .PKGINFO in /pkg and then