testing/python3: move 2to3 to 2to3-3.1

This commit is contained in:
Kiyoshi Aman 2011-02-04 01:52:35 -05:00
parent 96011e8211
commit 06088d0dfd

View File

@ -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
}