From c47832b9f61d32c25fbbb20f7702e233324ead76 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Jul 2017 16:00:16 +0200 Subject: [PATCH] python-iptools: remove nonexistent alternatives --- srcpkgs/python-iptools/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-iptools/template b/srcpkgs/python-iptools/template index 6230198c81d..ea27abd41e1 100644 --- a/srcpkgs/python-iptools/template +++ b/srcpkgs/python-iptools/template @@ -1,7 +1,7 @@ # Template file for 'python-iptools' pkgname=python-iptools version=0.6.1 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module @@ -24,9 +24,8 @@ python3-iptools_package() { depends="python3" pycompile_module="iptools" short_desc="${short_desc/Python2/Python3}" - alternatives="iptools:iptools/usr/bin/iptools3" pkg_install() { - vmove /usr/lib/python3* + vmove usr/lib/python3* vlicense LICENSE } }