summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7k5x2021-08-26 16:51:27 +0900
committer7k5x2021-08-26 16:51:27 +0900
commit86a9ebfe2347b9f99cf03e2bfb55eab07ddd1bc2 (patch)
treefddcc2466a819b7bcb5776f107037c334ab5e59a
parentd2895b4e3c24b0149dc8a616abc64d32c314084d (diff)
downloadaur-86a9ebfe2347b9f99cf03e2bfb55eab07ddd1bc2.tar.gz
Remove nimf clone leftover
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b043cd83785..30ee90ecda9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,7 @@ build() {
}
package() {
+ rm -rf nimf
cd "$srcdir/nimf"
make DESTDIR="${pkgdir}/" install
}