From 8bddd02b10cd581f0f0966375a93180b0cb2bb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Mon, 9 Jan 2017 11:17:13 +0200 Subject: [PATCH] abuild: remove noarch files from CARCH target direct this is where it is built too --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abuild.in b/abuild.in index b7e3dcc..d0bce33 100644 --- a/abuild.in +++ b/abuild.in @@ -458,7 +458,7 @@ cleanpkg() { rm -f "$REPODEST/$repo/src/$pkgname-$pkgver-r$pkgrel.src.tar.gz" for i in $allpackages; do subpkg_set "$i" - rm -f "$REPODEST/$repo/$subpkgarch/$subpkgname-$pkgver-r$pkgrel.apk" + rm -f "$REPODEST/$repo/${subpkgarch/noarch/$CARCH}/$subpkgname-$pkgver-r$pkgrel.apk" done subpkg_unset