bCNC: remove tests
This commit is contained in:
parent
9dcf2e25ce
commit
d99125bad1
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue