mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/python3: move 2to3 to 2to3-3.1
This commit is contained in:
parent
96011e8211
commit
06088d0dfd
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user