From 06088d0dfdfc192afecbce687e8e22876d3eec9d Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 4 Feb 2011 01:52:35 -0500 Subject: testing/python3: move 2to3 to 2to3-3.1 --- testing/python3/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/python3') diff --git a/testing/python3/APKBUILD b/testing/python3/APKBUILD index fc13a83e83..e8c9f9f35f 100644 --- a/testing/python3/APKBUILD +++ b/testing/python3/APKBUILD @@ -28,6 +28,7 @@ build() { package() { cd "$srcdir/Python-$pkgver" make -j1 DESTDIR="$pkgdir" install + mv "$pkgdir"/usr/bin/2to3 "$pkgdir"/usr/bin/2to3-3.1 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3