From c18b35140d6160530980ddae341d9aa45fe118fa Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 26 Oct 2016 19:19:22 +0200 Subject: [various] rename python executable in APKBUILDs to python2 --- community/py-ethtool/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/py-ethtool/APKBUILD') diff --git a/community/py-ethtool/APKBUILD b/community/py-ethtool/APKBUILD index 7fbd66e2a4..a5e1332993 100644 --- a/community/py-ethtool/APKBUILD +++ b/community/py-ethtool/APKBUILD @@ -38,7 +38,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - # python setup.py install --root="$pkgdir" + # python2 setup.py install --root="$pkgdir" } md5sums="2d13e2412948344b8375f5af4ced1c20 python-ethtool-0.7.tar.bz2 -- cgit v1.2.3