From d99125bad1aa335219c4645874746cc67fe12499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Jul 2020 19:49:03 +0200 Subject: [PATCH] bCNC: remove tests --- srcpkgs/bCNC/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index 054a118ecfb..2e715c512a9 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -1,7 +1,7 @@ # Template file for 'bCNC' pkgname=bCNC version=0.9.14.306 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" @@ -19,6 +19,7 @@ post_install() { ln -s "/${py3_sitelib}/bCNC/bCNC.desktop" "${DESTDIR}/usr/share/applications/" ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/" ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc" + rm -r ${DESTDIR}/${py3_sitelib}/tests } bcnc_package() {