From 0730a707da94ff30b94c1f7829c8d247ddf0eeb2 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 2 Sep 2008 00:18:28 -0500 Subject: Correctly remove old sourceballs without removing the wrong files Signed-off-by: Aaron Griffin --- db-functions | 1 + 1 file changed, 1 insertion(+) (limited to 'db-functions') diff --git a/db-functions b/db-functions index bcc25bb..25bca78 100644 --- a/db-functions +++ b/db-functions @@ -41,6 +41,7 @@ getpkgname() { tmp=${1##*/} tmp=${tmp%$PKGEXT} + tmp=${tmp%$SRCEXT} tmp=${tmp%-$CARCH} echo ${tmp%-*-*} } -- cgit v1.2.3-24-g4f1b