24 May
2008
24 May
'08
7:30 p.m.
On Sat, 24 May 2008 20:52:23 +0200 Michael Klier <chi@chimeric.de> wrote:
Aaron Griffin wrote:
The DB scripts actually do it this way:
getpkgname() { local tmp
tmp=${1##*/} tmp=${tmp%$PKGEXT} tmp=${tmp%-$CARCH} echo ${tmp%-*-*} }
Aaahh ok, there's always a better/correct solution :)!
Don't forget the 'any' arch!